jimfleming / recurrent-entity-networks

TensorFlow implementation of "Tracking the World State with Recurrent Entity Networks".
https://arxiv.org/abs/1612.03969
MIT License
273 stars 69 forks source link

Got error (tensorflow1.1 / python3.5 ) #14

Closed dongheechoi closed 2 years ago

dongheechoi commented 7 years ago

TypeError: Can't mix strings and bytes in path components

https://github.com/tensorflow/tensorflow/issues/10399

dongheechoi commented 7 years ago

https://github.com/tensorflow/tensorflow/pull/9719/files

I've modified using this 'gc.py' solution. Then it worked.