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
Copy file name to clipboardExpand all lines: doc/start_page.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,14 +54,10 @@ to use them.
54
54
55
55
> Note: If you use `mamba` instead of conda just replace `conda` in the commands above with `mamba`.
56
56
57
-
> Note: We also provide an environment for a CPU version of SynapseNet. You can install it by replacing `environment.yaml` with `environment_cpu.yaml` in the respective command above. This version can be used for 2D vesicle segmentation, but it does not work for 3D segmentation.
58
-
59
-
> Note: If you have issues with the CUDA version then install a PyTorch that matches your nvidia drivers. See [pytorch.org](https://pytorch.org/) for details.
60
-
61
57
### Updating SynapseNet
62
58
63
59
If you have installed SynapseNet following the instructions above then you can update it like this:
64
-
- Go to the foloder where you have downloaded SyanapseNet in a terminal, e.g. via `cd synapase-net`
60
+
- Go to the folder where you have downloaded SynapseNet in a terminal, e.g. via `cd synapse-net`
0 commit comments