Valentin Guiguet

Results 3 comments of Valentin Guiguet

Using the solution of @abeerunscore96 are you sure that the code runs on GPU?

Finally I managed to run the code correctly on GPU - `pip install tensorflow-gpu==1.2` (the version of @abeerunscore96 only installs tensorflow for cpu) - make sure you have CUDA 8...

I found an `eval.json` file in this [bundle](https://worksheets.codalab.org/bundles/0x0b068e2842b548dbb1aff04e5545ee46/). It is in the `inter_single` folder. However I don't understand why this file is needed during evaluation. Also I found that such...