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
when I run the following code:
python main.py --mode train --dataset CelebA --celeba_image_dir data/celeba/images --attr_path data/celeba/list_attr_celeba.txt --image_size 128 --c_dim 5 --sample_dir results/samples --log_dir results/logs --model_save_dir results/models --result_dir results/results --selected_attrs Sideburns Bangs Blond_Hair Brown_Hair Male Eyeglasses --lambda_noise 800 --attention True
the generated images in the 'samples' directory appear distorted. How can I fix this?
The text was updated successfully, but these errors were encountered:
当我运行以下代码时: python main.py --mode train --dataset CelebA --celeba_image_dir data/celeba/images --attr_path data/celeba/list_attr_celeba.txt --image_size 128 --c_dim 5 --sample_dir results/samples --log_dir results/logs --model_save_dir results/models --result_dir results/results --selected_attrs 鬓角 刘海 金发 棕发 男性 眼镜 --lambda_noise 800 --attention True “samples”目录中生成的图像出现扭曲。我该如何修复?
当我运行以下代码时:
python main.py --mode train --dataset CelebA --celeba_image_dir data/celeba/images --attr_path data/celeba/list_attr_celeba.txt --image_size 128 --c_dim 5 --sample_dir results/samples --log_dir results/logs --model_save_dir results/models --result_dir results/results --selected_attrs 鬓角 刘海 金发 棕发 男性 眼镜 --lambda_noise 800 --attention True
“samples”目录中生成的图像出现扭曲。我该如何修复?
I met the same problem. Have you solved this problem now?
Sorry, something went wrong.
No branches or pull requests
when I run the following code:
python main.py --mode train --dataset CelebA --celeba_image_dir data/celeba/images --attr_path data/celeba/list_attr_celeba.txt --image_size 128 --c_dim 5 --sample_dir results/samples --log_dir results/logs --model_save_dir results/models --result_dir results/results --selected_attrs Sideburns Bangs Blond_Hair Brown_Hair Male Eyeglasses --lambda_noise 800 --attention True
the generated images in the 'samples' directory appear distorted. How can I fix this?
![viewfile](https://private-user-images.githubusercontent.com/49982403/288613043-a7faf544-9b0d-4691-b625-6bac7e0b2373.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMTAwMjAsIm5iZiI6MTczOTIwOTcyMCwicGF0aCI6Ii80OTk4MjQwMy8yODg2MTMwNDMtYTdmYWY1NDQtOWIwZC00NjkxLWI2MjUtNmJhYzdlMGIyMzczLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDE3NDg0MFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkxMzI3ZjE4NjMxMTgzNDYzMGFhODE4YmRiYzA2NTBlN2ZiYjg4Y2E4NDdlNjVkNjAyNmQ2MGViNDhiN2Q1YzEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.pNXssO3DAm7XmsYvJEE8YGd0icJmSAdz9jtRLPL1wfA)
The text was updated successfully, but these errors were encountered: