-
Notifications
You must be signed in to change notification settings - Fork 7
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
No .ckpt file #1
Comments
Dear authors, Thanks, |
Hi, Here they talk about it:
Thanks, |
Hi @YanzeZhang97 @hadar-hai, thank you for bringing the issue to the attention. Can you try downgrading lighting to v1.8.6 (released Dec 21, 2022) and see if the issue still persists? We have not run the code ourselves for a while and apparently there was a major version change to lightning since we released the code, which might have caused this issue. Since the code is no longer in a status of active development, we would greatly appreciate your contribution to either determine appropriate versions of dependencies or update the code appropriately. |
@YanzeZhang97 Did Haruki's response help you? |
I used pytorch-lightning v1.7.7 and successfully got the .ckpt file. But the reason is still not clear. |
@YanzeZhang97 Could you share your pip list? Also, did you clone the latest version of the code from the repo and run training_didactic.py as is, or did you make any changes to the code? |
absl-py 0.15.0 I just copied all the packages included in my conda env. I guess the best way is to degrade the pytorch-lightning and make everything compatible with this version pytorch-lightning. Just some basic configurations like some paths are modified. But the code version is not the latest. |
@YanzeZhang97 thank you very much! What do you mean by "the code version is not the latest"? So which version? |
@YanzeZhang97 Is there a way to contact you? I’m having trouble getting a working version that produces ckpt. files. If you could send me the version you have, it would be very helpful. Also, what's your Python version? |
@hadar-hai Sorry for the late reply. It is quit busy in the begining of the new semester. The python version is 3.8. For the code, @HarukiNishimura-TRI Would you mind to push the old version code as a new branch so that people can access to the two versions of code? Thanks! |
@YanzeZhang97 Thank you! Is it this version: e5fe65f ? |
@YanzeZhang97 Thank you for trying it out. It is great to hear that downgrading the lightning version resolved the issue for you. @jmercat has made a few commits lately, trying to resolve some of the issues by making changes to our code. I wonder which commit your local changes are based off of. Is it d363fde or e5fe65f? |
Hello @hadar-hai and @HarukiNishimura-TRI, |
Hello @YanzeZhang97, did you change "mmcv" to "mmengine.config"? |
Hello @hadar-hai and @YanzeZhang97. |
Dear authors,
Hope this message finds you well!
I ran your code for the didactic training using the wandb. However, after finishing the traning (finishing traning_didactic.py), I indeed saw the log dir but I did not see the .ckpt file. The file tree is like below. Could you please help to give me more guidance?
Thanks,
Max
The text was updated successfully, but these errors were encountered: