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

贡献者指南