-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
训练结果为0 #35
Comments
没有更多信息不好判断。是原始代码的默认参数吗?训练的log呢? |
是原始参数 self.base = torch.hub.load('/home/server/file/**/Code/QAconv/IBN-Net-master/', model='resnet50_ibn_a', trust_repo=True, source='local')只改了这一段代码 |
应该是ibn_b。另外你多跑几次试试?这个是训练有问题完全没训起来 |
resnet50_ibn_b吗?XingangPan/IBN-Net主页只看见了resnet50_ibn_a |
对,resnet50_ibn_b。不过问题不是它引起。你好像更改了学习率?默认是0.005你试试。 |
self.base = torch.hub.load('/home/server/file/**/Code/QAconv/IBN-Net-master/', model='resnet50_ibn_a', trust_repo=True, source='local') |
你用的代码不是最新版,请更新一下。最新版代码没有main_gs.py了。 |
谢谢指导,问题已解决 |
python main_gs.py --dataset market --testset cuhk03_np_detected的训练结果rank1 为0
QAConv50_IBNb_GS/res50-layer3-f64_pre1_clip512_lr3_bs64-k4_ep15s10:
cuhk03_np_detected: rank1=0.0, mAP=0.2.
The text was updated successfully, but these errors were encountered: