pmixer / SASRec.pytorch

PyTorch(1.6+) implementation of https://github.com/kang205/SASRec
Apache License 2.0
349 stars 93 forks source link

Is it Python 3 #2

Open Sandy4321 opened 4 years ago

Sandy4321 commented 4 years ago

Original is Python 2 What is very limiting

pmixer commented 4 years ago

Original is Python 2 What is very limiting

yes, it's in python3, as we are only using a minimal set of python, if print and division got modified correctly, the original tensorflow version should also be fine to run in python3.