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

Training log #42

Open
LMMMEng opened this issue Jan 17, 2023 · 1 comment
Open

Training log #42

LMMMEng opened this issue Jan 17, 2023 · 1 comment

Comments

@LMMMEng
Copy link

LMMMEng commented Jan 17, 2023

Thanks for your excellent work!

Could you please provide the training log for reference?

@hychiang-git
Copy link

Hello,
Here are the training script and log that I reproduced from the repository according to the paper and the author replied to the issue.

I run the code with 8 GPUs and each GPU has a batch size of 256 (2048 in total). I got 75.57% top1 accuracy on ImageNet 50000 validation images with training efficientformerv2_s0 for 300 epochs, which is only around 0.13% lower than the reported number (75.7%) in the paper. Hope this helps.

This is not official.

script from the repo

#!/usr/bin/env bash

MODEL=$1
nGPUs=$2

python -m torch.distributed.launch --nproc_per_node=$nGPUs --use_env main.py --model $MODEL \
--data-path /mnt/Data/ILSVRC2012 --batch-size 256 --num_workers 16 \

Log file:
log.txt

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