How do we give input to the model, and where are the processed images stored?
オープン
- 主要言語
- Python
- スター
- 545
- フォーク
- 95
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
I have trained the model, but now I need to test it.
I took the demo.py as inspiration for the new demo, and am trying to give my custom caption as input. However I do not know how to do so.
```
# load the model for the demo
gen = th.nn.DataParallel(pg.Generator(depth=9))
gen.load_state_dict(th.load("GAN_GEN_SHADOW_8.pth", map_location=str(device)))
```
How do I change the above code for making my trained model work?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。