You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
D:\TFCode\GAN\csgan-master>py -3 main.py --cfg experiments/cfgs/csgan/dcgan_mnist.yml --generate_A
Traceback (most recent call last):
File "main.py", line 148, in
cfg = load_config(args.cfg)
File "D:\TFCode\GAN\csgan-master\utils\config.py", line 113, in load_config
if hasattr(flags, k.lower()):
File "C:\Python35\lib\site-packages\tensorflow\python\platform\flags.py", line 84, in getattr
wrapped(_sys.argv)
File "C:\Python35\lib\site-packages\absl\flags_flagvalues.py", line 630, in call
name, value, suggestions=suggestions)
absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'cfg'. Did you mean: cfg_path ?
The text was updated successfully, but these errors were encountered:
D:\TFCode\GAN\csgan-master>py -3 main.py --cfg experiments/cfgs/csgan/dcgan_mnist.yml --generate_A
Traceback (most recent call last):
File "main.py", line 148, in
cfg = load_config(args.cfg)
File "D:\TFCode\GAN\csgan-master\utils\config.py", line 113, in load_config
if hasattr(flags, k.lower()):
File "C:\Python35\lib\site-packages\tensorflow\python\platform\flags.py", line 84, in getattr
wrapped(_sys.argv)
File "C:\Python35\lib\site-packages\absl\flags_flagvalues.py", line 630, in call
name, value, suggestions=suggestions)
absl.flags._exceptions.UnrecognizedFlagError: Unknown command line flag 'cfg'. Did you mean: cfg_path ?
The text was updated successfully, but these errors were encountered: