Models: execution errors

Created on 5 Oct 2018  Â·  5Comments  Â·  Source: tensorflow/models

hello sir,
While executing" python object_detection/builders/model_builder_test.py"...…………….error occurred like
"ImportError: No module named absl.testing"...………...actually m not getting how to resolve this so please help me out its very urgent....

awaiting response

Most helpful comment

I am no expert, but for me referring to python3 (instead of python) worked, so:
python3 object_detection/builders/model_builder_test.py

All 5 comments

Thank you for your post. We noticed you have not filled out the following field in the issue template. Could you update them if they are relevant in your case, or leave them as N/A? Thanks.
What is the top-level directory of the model you are using
Have I written custom code
OS Platform and Distribution
TensorFlow installed from
TensorFlow version
Bazel version
CUDA/cuDNN version
GPU model and memory
Exact command to reproduce

I encountered the same issue while trying to get tensorflow set up on a Mac running Python 3.7.

Downgrading to Python 3.6 solved my problems - Tensorflow doesn't support Python 3.7.

I am no expert, but for me referring to python3 (instead of python) worked, so:
python3 object_detection/builders/model_builder_test.py

Closing as this is resolved

use "python3 object_detection/builders/model_builder_test.py"
it's ok

Was this page helpful?
0 / 5 - 0 ratings