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

ImageNet 22k(21k) Traning loss at the end of training #71

Open
TheDarkKnight-21th opened this issue Mar 7, 2024 · 1 comment
Open

Comments

@TheDarkKnight-21th
Copy link

i am training ConvNext-Tiny on ImageNet22k(winter. not fall). with below condition in timm (train.py)

python -m torch.distributed.launch --nproc_per_node=4 main.py
--model convnext_tiny --drop_path 0.1
--batch_size 64 --lr 4e-3 --update_freq 16
--warmup_epochs 5 --epochs 90
--data_set image_folder --nb_classes 19167 --disable_eval true
--data_path /path/to/imagenet-22k
--output_dir /path/to/save_results

i have question. what is the training loss at the end of training? Thank you

image (this is the training loss plot in epoch 15)
@windygoo
Copy link

same problem.

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