Hyungmin Kim
Hyungmin Kim
I'm trying to port this project so that it can run in Windows. So far, I have guessed as follows. python 2.x pytorch 0.4 ubuntu
I'm trying to port this project so that it can run in Windows. So far, I have guessed as follows. python 2.x pytorch 0.4 ubuntu
git clone https://github.com/mnmelo/lazy_import cd lazy_import and open setup.py using any editor and change this line with open('README.rst') as infile: readme = infile.read() to with open('README.rst', encoding='your encoding') as infile: readme...
le2i dataset is currently not accessible... plz share me?