You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
mseth10
pushed a commit
to mseth10/deeplearning-benchmark
that referenced
this issue
Feb 27, 2019
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
The text was updated successfully, but these errors were encountered: