Closed jamesmcclain closed 6 years ago
This changeset does a few things. It
train.py, evaluate.py, and inference.py all appear to work on top of the tensorflow/tensorflow:1.12.0-rc0-gpu-py3 docker image with these changes.
train.py
evaluate.py
inference.py
tensorflow/tensorflow:1.12.0-rc0-gpu-py3
This largely duplicates #140, can probably be closed.
This changeset does a few things. It
train.py
,evaluate.py
, andinference.py
all appear to work on top of thetensorflow/tensorflow:1.12.0-rc0-gpu-py3
docker image with these changes.