When I try to run model_main.py, it generates the following errors, and then freezes.
https://pastebin.com/0f8mvDWS
Thanks in advance!
I'm facing the same freeze using ubuntu 18.04, tf 1.9, cuda 9.0 and cudnn 7.1.2
An idea ?
Are there any scalars written to tensorboard?
@varun19299 I don't know, I was just trying to run a custom object detection following tutorials.
It doesn't freezes it's a bug with logging to stdout.
add:
tf.logging.set_verbosity(tf.logging.INFO)
to: 'model_main.py' (after the imports)
It doesn't freezes it's a bug with logging to stdout.
add:
tf.logging.set_verbosity(tf.logging.INFO)
to: 'model_main.py' (after the imports)
Thanks! Worked like a charm :)
It doesn't freezes it's a bug with logging to stdout.
add:
tf.logging.set_verbosity(tf.logging.INFO)
to: 'model_main.py' (after the imports)
This is still broken.
Hi There,
We are checking to see if you still need help on this, as this seems to be considerably old issue. Please update this issue with the latest information, code snippet to reproduce your issue and error you are seeing.
If we don't hear from you in the next 7 days, this issue will be closed automatically. If you don't need help on this issue any more, please consider closing this.
Automatically closing due to lack of recent activity. Please update the issue when new information becomes available, and we will reopen the issue. Thanks!
Most helpful comment
It doesn't freezes it's a bug with logging to stdout.
add:
tf.logging.set_verbosity(tf.logging.INFO)
to: 'model_main.py' (after the imports)