NiftyNet
NiftyNet copied to clipboard
How Do I Run a Simple GAN without any conditioning?
How Do I Run a Simple GAN without any conditioning?
I have downloaded the source code and ran net_gan, which uses gan_application.py and obtained the following error:
CRITICAL:niftynet: Reader requires task input keywords ('conditioning',), but not exist in the config file.
Available task keywords: ['noise_size', 'image', 'n_interpolations', 'conditioning', 'name']
Traceback (most recent call last):
File "net_gan.py", line 8, in
It makes perfect sense because it is looking for a conditioning field in my config, which does not exist because I'm using the generic gan (simple_gan.py) without any conditioning.
Did you find out how to do it, chinokenochkan?
@carlpe my apologies for the late reply. I've switched to other source codes (not niftynet) for simple gan.
@chinokenochkan May I ask which one you have been most successful?