Ricidleiv Tondatto

Results 2 comments of Ricidleiv Tondatto

After installed, the command `import tensorflow as tf` freezes. I wait more than 180s and cancel it.

That error is because the project is using `util/dataset_traditional.py` instead `util/dataset.py`. I fix it by comment these lines in `utils/__init__.py` ``` from __future__ import absolute_import from . import dataset #...