03 2021 档案

摘要:I wonder if we should use full dataset to train model with the hyper parameters that have the best performance in cross validation? Since in the cross 阅读全文
posted @ 2021-03-10 15:17 小王点点 阅读(103) 评论(0) 推荐(0)
摘要:参考博客 使用pip导出当前项目依赖的包。 # 1. 安装pipreqs pip install pipreqs # 2. 在项目根目录,执行 pipreqs . --encoding=utf8 --force 阅读全文
posted @ 2021-03-04 17:55 小王点点 阅读(126) 评论(0) 推荐(0)
摘要:一直提示找不到nvcc...参照博客顺利解决。 在cmake中加上选项-DCMAKE_CUDA_COMPILER:PATH=/usr/local/cuda/bin/nvcc 阅读全文
posted @ 2021-03-01 23:27 小王点点 阅读(512) 评论(0) 推荐(0)