claws-lab / jodie

A PyTorch implementation of ACM SIGKDD 2019 paper "Predicting Dynamic Embedding Trajectory in Temporal Interaction Networks"
MIT License
355 stars 82 forks source link

Environment and Python version #2

Closed ghost closed 5 years ago

ghost commented 5 years ago

Hi there, I am trying running the code on the Windows 10 platform with Python 3. However, I found the print function is python 2 style and some packages such as termios, curses are running on UNIX. May you give more details about the running environment? Such as system and python version. Thanks a lot.

srijankr commented 5 years ago

The code is written in UNIX (Linux) environment and python 2.7.

Srijan