examples icon indicating copy to clipboard operation
examples copied to clipboard

No saved *.png in checkpoint in dcgan.cpp

Open hect1995 opened this issue 5 years ago • 3 comments

In the README file of "DCGAN Example with the PyTorch C++ Frontend" it says that:

The training script periodically generates image samples. Use the display_samples.py script situated in this folder to generate a plot image. For example:

But the dcgan.cpp file just saves the model in *.pt format, doesnt save any picture. Then, the command stated in the README:

$ python display_samples.py -i dcgan-sample-10.png
Saved out.png

Gives an error as dcgan-sample-10.png doesnt exist

hect1995 avatar Mar 24 '20 15:03 hect1995

Hi hect1995, did this ever get fix? Or found a fix else where? Ran into the same issue.

christianjcc avatar Jul 17 '20 14:07 christianjcc

@hect1995 Have you fix this bug? I have the same question.

liubamboo avatar Dec 09 '20 02:12 liubamboo

check #855

aronasefaw avatar Apr 20 '23 20:04 aronasefaw