I got error about use_gpu flag..... Could you help me out, please?
Traceback (most recent call last):
File "main.py", line 69, in
The above is the error message.
Could you help me out??
Please execute main.py with --use_gpu=False
If you have gpu and its configured properly (e.g. Nvidia gpu require propriate drivers and cudnn library installed) than you probably should install pip install tensorflow_gpu package rather than tensorflow. Error like that might happen that you have tensorflow installed without gpu support (will always return False when checking if GPU is installed.