arthurdouillard / incremental_learning.pytorch

A collection of incremental learning paper implementations including PODNet (ECCV20) and Ghost (CVPR-W21).
MIT License
383 stars 60 forks source link

Would you share the python version? #28

Closed liuyu19970607 closed 3 years ago

liuyu19970607 commented 3 years ago

Something wrong when running the code: "?it/spython3: symbol lookup error: /home/anaconda3/envs/lib/python3.6/site-packages/torch/lib/libtorch_python.so: undefined symbol: PySlice_Unpack"

could you share the python version? Thanks for your time~

arthurdouillard commented 3 years ago

I've used 3.6 and 3.7 for python version.

Pytorch version, as mentioned in the requirements.txt, is 1.2.0 but later versions should also work.

Hope that helps!