Can you give a "requirments.txt" to show which tools are required and its' version?
xiaoch1222 opened this issue · 1 comments
xiaoch1222 commented
Can you give a "requirments.txt" to show which tools are required and its' version?
I met a problem of "module 'PIL.Image' has no attribute 'LANCZOS'" which may be caused by PIL version.
ray075hl commented
@xiaoch1222 sorry about that. Environment of this project is missed.
This runtime error may caused by torchvision. I think using anaconda will solve that problem.
conda install pytorch=0.4.1 torchvision cuda90 -c pytorch