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
environment.yml
./Template-BBDM.yaml
image_size
./Template-LBBDM-f8.yaml
.ckpt
.pth
f4
f16
./model/VQGAN/vqgan.py
state_dict
model
The text was updated successfully, but these errors were encountered:
Do you know why if all the pictures that come out are abnormal?
Sorry, something went wrong.
你知道为什么如果所有出来的图片都是异常的吗?
您好请问解决了吗?
No, but it was normal when I tested it, but the training results were all abnormal.
I also have same problom, and it remained to be same and abnormal when I tested it. Can you tell me how you tested, was there any tricks? Thank you!
No branches or pull requests
environment.yml
, but should be installed (pip install pytorch-fid)../Template-BBDM.yaml
, Line 82,image_size
should be 256 (be consistent with Line 20)../Template-LBBDM-f8.yaml
, Line 56,.ckpt
should be.pth
(also inf4
andf16
)../model/VQGAN/vqgan.py
, Line 64,state_dict
should bemodel
.The text was updated successfully, but these errors were encountered: