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 was archived by the owner on Dec 9, 2024. It is now read-only.
Hi all:
I needed to make two minor fixes to run these benchmarks in a fresh TF1.10 (conda pkg) install:
Update three relocated imports (report to Tensorflow), and
Manually install multi_device_iterator_ops.py (report to Continuum).
Apologies and please disregard if this is a known issue.
Thanks,
Don Smith
Dell EMC HPC & AI Innovation Lab
preprocessing.py, line 32:
orig: from tensorflow.python.data.experimental.ops import prefetching_ops
new: from tensorflow.contrib.data.python.ops import prefetching_ops
benchmark_cnn.py, line 48: Code moved.
orig: from tensorflow.contrib.compiler import xla
new: from tensorflow.compiler import xla
benchmark_cnn.py, line 53: Code moved.
orig: from tensorflow.python.data.experimental.ops import prefetching_ops
new: from tensorflow.contrib.data.python.ops import prefetching_ops