Moved cupy debug to troubleshoot [no ci]
Browse files
README.md
CHANGED
@@ -33,11 +33,6 @@ also works for conda environments.
|
|
33 |
pip install cupy-cuda110
|
34 |
```
|
35 |
|
36 |
-
(DEBUG) If you experience issues with numpy, after installing CuPy, try reinstalling CuPy with this extension:
|
37 |
-
```
|
38 |
-
pip install 'cupy-cuda110>=7.7.0,<8.0.0'
|
39 |
-
```
|
40 |
-
|
41 |
Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.04.
|
42 |
|
43 |
## Usage:
|
@@ -78,6 +73,11 @@ If the program struggles to install, attempt to install using:
|
|
78 |
pip install --force-reinstall --no-deps git+https://github.com/andreped/livermask.git
|
79 |
```
|
80 |
|
|
|
|
|
|
|
|
|
|
|
81 |
## Acknowledgements
|
82 |
If you found this tool helpful in your research, please, consider citing it:
|
83 |
<pre>
|
|
|
33 |
pip install cupy-cuda110
|
34 |
```
|
35 |
|
|
|
|
|
|
|
|
|
|
|
36 |
Program has been tested using Python 3.7 on Windows, macOS, and Ubuntu Linux 18.04.
|
37 |
|
38 |
## Usage:
|
|
|
73 |
pip install --force-reinstall --no-deps git+https://github.com/andreped/livermask.git
|
74 |
```
|
75 |
|
76 |
+
If you experience issues with numpy after installing CuPy, try reinstalling CuPy with this extension:
|
77 |
+
```
|
78 |
+
pip install 'cupy-cuda110>=7.7.0,<8.0.0'
|
79 |
+
```
|
80 |
+
|
81 |
## Acknowledgements
|
82 |
If you found this tool helpful in your research, please, consider citing it:
|
83 |
<pre>
|