2019年6月23日

GridSearchCV和RandomizedSearchCV调参

摘要: 1 GridSearchCV实际上可以看做是for循环输入一组参数后再比较哪种情况下最优. 使用GirdSearchCV模板 # Use scikit-learn to grid search the batch size and epochs import numpy from sklearn.m 阅读全文

posted @ 2019-06-23 14:39 吃我一枪 阅读(1527) 评论(0) 推荐(0) 编辑

gc模块

摘要: gc.collect()如何进行垃圾回收 https://www.cnblogs.com/franknihao/p/7326849.html 阅读全文

posted @ 2019-06-23 11:35 吃我一枪 阅读(84) 评论(0) 推荐(0) 编辑

导航