Open NabHamzah opened 5 years ago
Were you able to solve it?
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..."
Were you able to solve it?
nope
Has anyone got a solution for this problem? I am facing the same issue. Please help.
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'