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
You remarked below settings of image resolution as 500px.
# Required environmental variables for the script: export IMAGENET_DIR=/path/to/pytorch/format/imagenet/directory/ export WRITE_DIR=/your/path/here/ # Starting in the root of the Git repo: cd examples; # Serialize images with: # - 500px side length maximum # - 50% JPEG encoded # - quality=90 JPEGs ./write_imagenet.sh 500 0.50 90
However, train_imagenet.py has a below environment variable
ffcv-imagenet/train_imagenet.py
Line 94 in e97289f
I think it may be 224/500. Is it right?
The text was updated successfully, but these errors were encountered:
Standard I1k training with a 224 img size input
where 224/256 is the crop ratio.
Sorry, something went wrong.
No branches or pull requests
You remarked below settings of image resolution as 500px.
However, train_imagenet.py has a below environment variable
ffcv-imagenet/train_imagenet.py
Line 94 in e97289f
I think it may be 224/500. Is it right?
The text was updated successfully, but these errors were encountered: