P-VMDNN in Tensorflow
The tensorflow implementation of P-VMDNN has been just released! You can find it here: https://github.com/mulkkyul/p-vmdnn_tensorflow
Prerequisites / Testing Environment
The model was tested under the following environment:
- Ubuntu 16.04
- Python: 2.7
- TensorFlow: 1.3.0 [Ref: Installing TensorFlow from Sources]
- CUDA: 8.0
- cuDNN: 6.0
Well, I tested with the latest Tensorflow (r1.7), and it seems that the code is not running.. Whenever I find some time, I’ll update the code.