report
MNIST can download by jittor
Fashion-MNIST jittor doesn’t provide. You can download by pytorch.
train
python cgan_jittor.py
every epoch, it will save a image in img_jittor_xxx folder.
the model will be saved as d_xxx.pkl and g_xxx.pkl.
generate image
python gen_image.py
it will generate images in fid_xxx folder.
use FID score to evaluate.
provide pytorch implementation.
python fid_score.py
Jittor
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
A Jittor implementation of Conditional GAN (CGAN)
Dataset
MNIST can download by jittor
Fashion-MNIST jittor doesn’t provide. You can download by pytorch.
How to use
train
every epoch, it will save a image in img_jittor_xxx folder.
the model will be saved as d_xxx.pkl and g_xxx.pkl.
generate image
it will generate images in fid_xxx folder.
evaluate
use FID score to evaluate.
provide pytorch implementation.