TransferRL icon indicating copy to clipboard operation
TransferRL copied to clipboard

Python 3

Open impredicative opened this issue 7 years ago • 2 comments

Nobody really wants to use Python 2.7 anymore. It's very close to becoming obsolete. Please update the code to use Python 3.7, and confirm the same in the readme. The 2.7 code can't really be integrated into a modern 3.x project.

impredicative avatar Oct 19 '18 02:10 impredicative

The main issue that I faced with Python 3.x came from a weird problem that I had during training using Tensorflow and Numpy. The syntax of the code is compatible with Python 3.x but when you use Python 3.x, this weird problem arises during training.

yaserkl avatar Oct 20 '18 18:10 yaserkl

Hello! Thank you for uploading the code. Is the problem with tensorflow and numpy one that shows itself during training? As in, the training won't be able to complete in Python 3? or does the decoding mess up as a result of bad training? Thank you!

thefirebanks avatar Aug 13 '19 23:08 thefirebanks