vanhuyz / CycleGAN-TensorFlow

An implementation of CycleGan using TensorFlow
MIT License
1.19k stars 436 forks source link

verbosity error #110

Open NabHamzah opened 5 years ago

NabHamzah commented 5 years ago

Hello... as I run the train.py I get a verbosity error. Can someone help me as I'm new with python and TensorFlow.

This is the error that I get when I run train.py:

Traceback (most recent call last): File "train.py", line 149, in app.run(train) File "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\absl\app.py", line 293, in run flags_parser, File "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\absl\app.py", line 359, in _run_init logging.use_absl_handler() File "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\absl\logging__init.py", line 1147, in use_absl_handler FLAGS['verbosity']._update_logging_levels() # pylint: disable=protected-access File "C:\Users\User\AppData\Roaming\Python\Python37\site-packages\absl\flags_flagvalues.py", line 463, in getitem__ return self._flags()[name] KeyError: 'verbosity'

Abhishek-Rnjn commented 4 years ago

Were you able to solve it?

beshining commented 4 years ago

Have u modified the file "train.py"? This file has a maximum line number 135, while your logo shows " File "train.py", line 149, in..."

NabHamzah commented 4 years ago

Were you able to solve it?

nope

ujwalakoriraj commented 3 years ago

Has anyone got a solution for this problem? I am facing the same issue. Please help.