tongvantruong
tongvantruong
> pip install tensorflow-gpu==1.7 cannot run it with the error: ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.7 (from versions: none)
same error here. I could not install tensorflow==1.7 or tensorflow-gpu==1.7. Error: Could not find a version that satisfies the requirement
I managed to fix it by downgrading these: 1. pip install tensorflow==1.13.0rc1 2. pip install scipy==1.1.0 (optional) 3. pip install numpy==1.16.1 (optional)
> The given facenet.pb tensorflow graph was pruned. That means the switch node(s) were removed as stated [here](https://github.com/nwesem/mtcnn_facenet_cpp_tensorRT#2-prune-and-freeze-tensorflow-model-or-get-frozen-model-in-the-link). There are multiple ways to do this. I would recommend the following:...
Hi @nwesem Can you support me on how to "identify all nodes that use the switch layer" from the Tensorboard? I could not find it on my tensorboard. Please check...
Hi @nwesem I am trying to optimize the model using Tensorflow's graph transform tool but seems it doesn't work. The switch nodes are still there. Same error occurred. `Unsupported operation...
Hi @nwesem Can you share how did you create the model https://github.com/apollo-time/facenet/raw/master/model/resnet/facenet.pb ? I am trying to create that Pruned and frozen model which can be read by TensorRT. I...