03 2018 档案

摘要:恢复内容开始 MAP是衡量object dectection算法的重要criteria,然而一直没有仔细阅读相关代码,今天就好好看一下: 1. 测试test过程是由FRCN/tools/test_net.py中调用的test_net()完成 #from model.test import test_ 阅读全文
posted @ 2018-03-19 12:10 蠢材少年 阅读(6882) 评论(0) 推荐(0)
摘要:This is caused by the unmatching of gpu device number when loading a saved model. torch.load('my_file.pt', map_location=lambda storage, loc: storage) 阅读全文
posted @ 2018-03-09 08:06 蠢材少年 阅读(3706) 评论(0) 推荐(0)
摘要:1. pip install 'easydict==1.6' --force-reinstall 强制安装制定version 2. pip install git+https://github.com/lanpa/tensorboard-pytorch 阅读全文
posted @ 2018-03-05 10:40 蠢材少年 阅读(137) 评论(0) 推荐(0)