Skip to content
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.

ImportError: No module named object_detection.data_decoders #7

Open
akhilamohan opened this issue Sep 12, 2018 · 0 comments
Open

ImportError: No module named object_detection.data_decoders #7

akhilamohan opened this issue Sep 12, 2018 · 0 comments

Comments

@akhilamohan
Copy link

When I run tf_cnn_benchmarks.py, I am getting the following error:

Traceback (most recent call last):
File "tf_cnn_benchmarks.py", line 27, in
import benchmark_cnn
File "/root/benchmarks/scripts/tf_cnn_benchmarks/benchmark_cnn.py", line 51, in
import datasets
File "/root/benchmarks/scripts/tf_cnn_benchmarks/datasets.py", line 31, in
import preprocessing
File "/root/benchmarks/scripts/tf_cnn_benchmarks/preprocessing.py", line 31, in
from object_detection.data_decoders import tf_example_decoder
ImportError: No module named object_detection.data_decoders

mseth10 pushed a commit to mseth10/deeplearning-benchmark that referenced this issue Feb 27, 2019
update fp16 command for v2 and add a test command
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant