liutinglt / CE2P

214 stars 41 forks source link

torch.jit.frontend.NotSupportedError: slicing multiple dimensions at the same time isn't supported yet #37

Open wonchulSon opened 4 years ago

wonchulSon commented 4 years ago

I downgraded torch==0.4.1 but when I run ./run.sh,

torch.jit.frontend.NotSupportedError: slicing multiple dimensions at the same time isn't supported yet

How can I fix it?

Thank you.