Andrew Kemendo
Andrew Kemendo
What was your process for downgrading to TF 1.1? Did you have to completely reinstall FastMaskRCNN?
This worked for me by 1. Move MaskRCNN to another folder 2. Uninstall Tensorflow `sudo pip uninstall tensorflow-gpu` 3. Install Tensorflow 1.1.0 from https://pypi.python.org/pypi/tensorflow-gpu/1.1.0rc0 `sudo pip install https://pypi.python.org/packages/ad/70/4ed5a455f0e64b357c844c348e3ad6bc1424ed9fc1b99e7e09d5eebffb12/tensorflow_gpu-1.1.0rc0-cp27-cp27mu-manylinux1_x86_64.whl` 4. Move...
Try this one: #86
So long as you point your test system to the right path it won't matter. That said, all the ways I have tried require a checkpoint file, which is missing...
+1 to win binaries - I'm struggling with VSCode and compiling with a hacked together CLANG/LLVM