DrSleep / tensorflow-deeplab-resnet

DeepLab-ResNet rebuilt in TensorFlow
MIT License
1.25k stars 429 forks source link

Support Python 3, Newer TensorFlow #200

Closed jamesmcclain closed 6 years ago

jamesmcclain commented 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.

jamesmcclain commented 6 years ago

This largely duplicates #140, can probably be closed.