-
Notifications
You must be signed in to change notification settings - Fork 1
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
train_latent error #8
Comments
I guess my question is "To train latent model, we directly derive semantic embedding layers from model without additional inference." I am a bit confused about how we load these semantic codes as input |
I have the same question. Did you solve it? |
On line 432, experiment.py, I just skip log_samples when imgs = None
|
Thank you for your help! |
I try to run train_latent on my custom dataset but I run into NameError: free variable 'patch_num_x' referenced before assignment in enclosing scope
The text was updated successfully, but these errors were encountered: