PaddleGAN icon indicating copy to clipboard operation
PaddleGAN copied to clipboard

Cannot test wgan_mnist.yaml

Open konatasick opened this issue 5 years ago • 1 comments

After training a wgan with wgan_mnist.yaml I use the code below to test the network:

!python tools/main.py --config-file configs/wgan_mnist.yaml --evaluate-only --load output_dir/GANModel-2020-12-15-15-54/epoch_20_weight.pdparams

However, I cannot get any results in the new 'visual_train/' folder. How can I get the testing result properly?

konatasick avatar Dec 15 '20 09:12 konatasick

@HighCWu Please have a look?

qingqing01 avatar Dec 16 '20 02:12 qingqing01

问题过于久远,如果有图像和视频生成的需求,可以使用新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

JunnYu avatar Feb 29 '24 03:02 JunnYu