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

Update Dockerfile to use v1.0.0 release checkpoint #5

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

colbyford
Copy link
Contributor

This minor update to the Dockerfile automatically pulls with epoch 40 checkpoint from the v1.0.0 release.

Note that there is a small bug in how the sample_unconditional.py script assembles the path to the check point.

This command:

python genie/sample_unconditional.py --name base --epoch 40 --scale 0.6 --outdir results/base/outputs

...should point to results/base/checkpoints/epoch.40.ckpt, but instead looks for results/base/checkpoints/epoch=40.ckpt.
There is a temporary symbolic link in this Dockerfile that can be removed later when this bug is fixed.

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

Successfully merging this pull request may close these issues.

1 participant