suissemaxx

Results 6 comments of suissemaxx

I found a quick workaround. I changed the tf.train.Saver in **rnn_train.py** (line 126) to write V1 checkpoints: `saver = tf.train.Saver(write_version=tf.train.SaverDef.V1, max_to_keep=1)` Now i can successfully run **rnn_play.py**. How can I...

Great! Thanks. That fixed this error. It is still not working with Python 3.5 though. I get all sorts of new errors (mainly print statements without parentheses that i can...

Ok. I see. No problem. I just have to split the processing to two environments then. Really cool plugin btw. Thanks for sharing this.

I could solve the error by removing spaces from my directory path. I had this path: `/Users/peterpeter/Documents/_ Code/_nima/image-quality-assessment-master` After removing the space in `_ Code` and changing it to `_Code`...

Same here. An implementation would be very much appreciated.

Same error here. I am unable to install. The lwip package throws a build error. Any news, when this can be fixed? ``` 3 warnings and 4 errors generated. make:...