Skip to content
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

训练后精度不高 #413

Open
qianhe-666 opened this issue Sep 13, 2024 · 1 comment
Open

训练后精度不高 #413

qianhe-666 opened this issue Sep 13, 2024 · 1 comment

Comments

@qianhe-666
Copy link

这是我的命令行:python train.py --gpu_ids 1 --name ft_ResNet50 --train_all --batchsize 32 --data_dir /home/user/qh/Person_reID_baseline_pytorch-master/Market/pytorch 训练200轮,之后进行测试python test.py --gpu_ids 0 --name ft_ResNet --test_dir /home/user/qh/Person_reID_baseline_pytorch-master/Market/pytorch --batchsize 32 --which_epoch 200,得出的结果Rank01:0.086995 Ranka5:0.100950 Rank010:0.104513 mAP:0.071516,这个结果精度不太行,我这是问题出现在哪里

@layumi
Copy link
Owner

layumi commented Sep 18, 2024

@qianhe-666
你好, 你两次 name 不一样。 训练的是 ft_ResNet50, 测试的是 ft_ResNet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants