pytorch/examples

No saved *.png in checkpoint in dcgan.cpp

開放

#742 建立於 2020年3月24日

 (3 則留言) (0 個反應) (0 位負責人)Python (9,429 個分叉)batch import
bughelp wanted

倉庫指標

星標
 (21,634 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南