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: docs/Installation/Optionals/index.rst
+36-29Lines changed: 36 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Optional Tools and Libraries
4
4
DeepLearningToolkit
5
5
^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
7
-
The DeepLearningToolkit (DLTK) is a set of environments equipped with several libraries related to deep learning. It enables running protocols in Scipion that require deep learning tools, available for both GPU and CPU. The installer will automatically detect your configuration.
7
+
The DeepLearningToolkit (DLTK) is a set of environments equipped with several libraries related to deep learning. It enables running protocols in Scipion that require deep learning tools, available for both GPU and CPU. The installer will automatically detect your configuration. Since xmipp-3.25.06-Rhea all environments except micCleaner (tensorflow-gpu<2 needs anaconda) do not require any private channels (non-free channels for commercial purposes).
8
8
9
9
Requirements
10
10
""""""""""""""""""
@@ -29,38 +29,41 @@ If the installation would take over 30 minutes, please accelerate the process us
29
29
30
30
List of Environments
31
31
""""""""""""""""""""""""""""""""""""
32
-
- **xmipp_DLTK_v0.3**
32
+
- **xmipp_DLTK_v0.3 (GPU version)**
33
33
Protocols using this environment: `resolution_deepres`, `screen_deepConsensus`
34
34
35
35
.. code-block:: text
36
-
37
-
- python=3.7
38
-
- scikit-image=0.14
39
-
- tensorflow=1.15
40
-
- keras=2.2
41
-
- scikit-learn=0.22
42
-
- pip
43
-
- numpy==1.21
44
-
- h5py==2.10.0
45
-
46
-
- **xmipp_DLTK_v1.0**
36
+
- python=3.7
37
+
- libstdcxx-ng
38
+
- tensorflow==1.15.0
39
+
- numpy==1.19.5
40
+
- h5py==2.10.0
41
+
- keras==2.2.5
42
+
- scikit-learn==0.22
43
+
- protobuf==3.20.3
44
+
45
+
- **xmipp_DLTK_v1.0 (GPU version)**
47
46
Protocols using this environment: `deep_misalignment_detection`, `deep_center_predict`
48
47
49
48
.. code-block:: text
50
49
51
-
- python=3.8
52
-
- tensorflow=2.7
53
-
- keras=2.7
54
-
- pip
55
-
- numpy==1.23
50
+
- python=3.8
51
+
- libstdcxx-ng
52
+
- tensorflow==2.7
53
+
- numpy==1.22
54
+
- absl-py<0.12
55
+
- protobuf==3.20.3
56
56
57
57
- **xmipp_MicCleaner**
58
58
Protocols using this environment: `deepMicrographScreen`
0 commit comments