pointer-generator icon indicating copy to clipboard operation
pointer-generator copied to clipboard

Make Compatible with Python 3 & Windows.

Open abhishekraok opened this issue 7 years ago • 0 comments

Automatic conversion to Python 3 compatible code using Futurize tool. Can be used in Windows now since Windows only supports Tensorflow in Python 3. Add gitignore and requirements.txt. In batcher.py use decode('utf-8') to convert bytes to string explicitly.

abhishekraok avatar Jun 11 '17 22:06 abhishekraok