tianchi_lvcai
tianchi_lvcai copied to clipboard
天池竞赛Baseline分享(2018广东工业智造大数据创新大赛——智能算法赛,线上0.921无调参)
I still have the cuda out of memory issue after I reduce the batch size: RuntimeError: CUDA out of memory. Tried to allocate 20.00 MiB (GPU 0; 2.00 GiB total...
PS F:\gan\tianchi_lvcai-master> python .\main_inception_v4.py Traceback (most recent call last): File ".\main_inception_v4.py", line 475, in main() File ".\main_inception_v4.py", line 427, in main train(train_loader, model, criterion, optimizer, epoch) File ".\main_inception_v4.py", line 143,...
您好,因为天池官网上数据已经没办法下载,数据能否发一份给我吗?[email protected]
作者你好,我手动下载了你的模型文件,运行程序后,出现以下错误: RuntimeError: Given groups=1, weight[32, 32, 3, 3], so expected input[12, 3, 299, 299] to have 32 channels, but got 3 channels instead 请问,这是因为输入和模型不匹配导致吗?是下载的模型文件出了错,还是哪一层没匹配好
Hi, I am very curious about you training method, you return a new ADAM and reload the best model for next stage. It seems different from the other traditional methods...