We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
same problem.
Sorry, something went wrong.
No branches or pull requests
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
(this is the training loss plot in epoch 15)The text was updated successfully, but these errors were encountered: