You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the code for the `PyTorch` extension for [3D Slicer](https://www.slicer.org/).
4
+
5
+
Its main function is to install [PyTorch](https://pytorch.org/) inside Slicer. The latest version compatible with the installed drivers will be selected automatically.
6
+
7
+
PyTorch can be installed opening the `PyTorch Utils` module and clicking on the button, or programmatically:
8
+
9
+
```python
10
+
import PyTorchUtils
11
+
torch = PyTorchUtils.PyTorchUtilsLogic().torch # will be installed if necessary
0 commit comments