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 ran the command python src/experiments/peclr_training.py --color_jitter --random_crop --rotate --crop -resnet_size 50 -sources freihand -sources youtube --resize -epochs 100 -batch_size 128 -accumulate_grad_batches 16 -save_top_k 1 -save_period 1 -num_workers 8 for 100 epochs and got a checkpoint file saved at data/models/74c1b59eb8234ad4b9055d4756092e20/checkpoints/epoch=97.ckpt.
python src/experiments/peclr_training.py --color_jitter --random_crop --rotate --crop -resnet_size 50 -sources freihand -sources youtube --resize -epochs 100 -batch_size 128 -accumulate_grad_batches 16 -save_top_k 1 -save_period 1 -num_workers 8
data/models/74c1b59eb8234ad4b9055d4756092e20/checkpoints/epoch=97.ckpt
How to convert it to a .pth file to reproduce the numbers in the paper?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
I've also run src/models/port_model.py. The program exited without any error but it doesn't seem to produce any .pth file.
src/models/port_model.py
.pth
Sorry, something went wrong.
No branches or pull requests
I ran the command
python src/experiments/peclr_training.py --color_jitter --random_crop --rotate --crop -resnet_size 50 -sources freihand -sources youtube --resize -epochs 100 -batch_size 128 -accumulate_grad_batches 16 -save_top_k 1 -save_period 1 -num_workers 8
for 100 epochs and got a checkpoint file saved atdata/models/74c1b59eb8234ad4b9055d4756092e20/checkpoints/epoch=97.ckpt
.How to convert it to a .pth file to reproduce the numbers in the paper?
Thank you for your help!
The text was updated successfully, but these errors were encountered: