(Translated by https://www.hiragana.jp/)
where to find every module's checkpoint_best.pth? · Issue #1 · daili0015/ModelFeast · GitHub
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

where to find every module's checkpoint_best.pth? #1

Open
dongnana777 opened this issue May 21, 2019 · 2 comments
Open

where to find every module's checkpoint_best.pth? #1

dongnana777 opened this issue May 21, 2019 · 2 comments

Comments

@dongnana777
Copy link

No description provided.

@dongnana777
Copy link
Author

I am wondering if you could kindly send me the pretrained modules for 3D CNN and the necessary information about it. I promise they will be only used for research. Thank you very much for your kind consideration and I am looking forward to your early reply.

@daili0015
Copy link
Owner

daili0015 commented May 21, 2019

1、where to find .pth files
All the checkpoint files are saved in this folder: ".saved",
For example, if you train a resnet18 at "/home/haha/" in 13th February, 11:47am,
you will find your files here:
'/home/haha/saved/resnet18/0213_114719/checkpoint_best.pth'

Besides, you can change your checkpoint path by use this function:
https://github.com/daili0015/ModelFeast/blob/master/classifier.py#L203
set_trainer(self, save_dir="saved/")

2、pretrained models
I did not train all the models in my codes, but these 3D pretrained models may helps you:
https://github.com/kenshohara/3D-ResNets-PyTorch

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