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

Reproduce ConTNet-Tiny* #5

Open
akuxcw opened this issue Jul 27, 2021 · 1 comment
Open

Reproduce ConTNet-Tiny* #5

akuxcw opened this issue Jul 27, 2021 · 1 comment

Comments

@akuxcw
Copy link

akuxcw commented Jul 27, 2021

Hi, thank you for sharing this awesome work! I'm trying to reproduce the result of ConTNet-Tiny*(74.9) with this code. But my result is very low (60.85). I used the following command:

CUDA_VISIBLE_DEVICES=0,1,2,3 python3 -m torch.distributed.launch --nproc_per_node=4 --master_port 29501 main.py --arch ConT-Ti --batch_size 256 --save_path contnet-tiny --save_best True 

Is there any suggestion to correctly reproduce the results?

@yan-hao-tian
Copy link
Owner

That's weird. In general, the top-1 acc. of CONTNET-TI on ImageNet val can reach about %60 at very early epoch. Thanks for your attention and I will check it.

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