sumorday
sumorday
in dcgan.py. from basemodel import BaseModel When I run python train.py --help ModuleNotFoundError: No module named 'basemodel'
hey,I try to use some other method like word2vec, xlnet and ERNIE. but when I run the last part of code.(pytorch version),it failed. # Generate the output of the Discriminator...
Dear Kwotsin: Hi, When I use the dataset LSUN-Bedroom | Train | 128 x 128 The data is 128x128 size, right? So I changed the example file in https://github.com/kwotsin/mimicry/blob/master/examples/sngan_example.py the...
THANK YOU!!!
2022-04-13 16:47:09.310913: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Traceback (most recent call last): RuntimeError: Unexpected error from cudaGetDeviceCount()....
ImageNet token is empty. Please obtain permission token from the official website. what happened?
I want to try to modify the loss function of the sngan discriminator I deleted some base net files and found that it(example.py) works too.
Hello! fid_stats_**tf**_cifar100_train_32.npz The ‘tf’ inside this file shouldn't have anything to do with tensorflow, right? Because I'm using pytorch. thank you in advance
Thank you
 Hi! I have generated 450 images, and the facial features are already clear. However, I'm not sure why the FID value is 270. Should I keep only the 'model_450.pth'...