Uninstalling pytorch-lightning #10942
-
Hi I am running How can I do that please? Would a Does anyone know also if |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello But in any case, if the code was written in that version, the best is to use the pytorch version that was used in that project. Otherwise you may struggle to reproduce the results entirely. If you use conda or virtualenv, you can create different environments isolated from each other, for example, one for the old PL+pytorch project and one with the latest packages. |
Beta Was this translation helpful? Give feedback.
Hello
Unfortunately I must predict that your chances will be very low that 0.7.1 will run with pytorch 1.10. I would not expect it.
But in any case, if the code was written in that version, the best is to use the pytorch version that was used in that project. Otherwise you may struggle to reproduce the results entirely. If you use conda or virtualenv, you can create different environments isolated from each other, for example, one for the old PL+pytorch project and one with the latest packages.