multi-label-text-classification icon indicating copy to clipboard operation
multi-label-text-classification copied to clipboard

In train.py FLAGS._parse_flags() is giving an attribute error

Open KaushikNathMIT opened this issue 7 years ago • 0 comments

Here is the log. FLAGS._parse_flags() File "/home/kaushik/.local/lib/python2.7/site-packages/tensorflow/python/platform/flags.py", line 85, in __getattr__ return wrapped.__getattr__(name) File "/home/kaushik/.local/lib/python2.7/site-packages/absl/flags/_flagvalues.py", line 470, in __getattr__ raise AttributeError(name) AttributeError: _parse_flags

KaushikNathMIT avatar Mar 18 '18 14:03 KaushikNathMIT