-
I want to use torchio for data augmentation. When I use the command 'pip install torchio, it seems to upgrade my torch. How to install torchio without impacting the current version of torch such as 1.0? |
Beta Was this translation helpful? Give feedback.
Answered by
fepegar
Apr 6, 2021
Replies: 1 comment 1 reply
-
I guess you can try ignoring the dependencies. But I can't guarantee everything is going to work. PyTorch 1.0 is from 2018. I suggest you update your code if it's not compatible with newer PyTorch versions. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
fepegar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you can try ignoring the dependencies. But I can't guarantee everything is going to work. PyTorch 1.0 is from 2018. I suggest you update your code if it's not compatible with newer PyTorch versions.