File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
docs/Installation/Optionals Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,13 @@ Requirements
2323
2424How to Install
2525""""""""""""""""""
26- To install DLTK, run:
26+ To install DLTK (DeepLearningToolKit) , run:
2727
2828.. code-block :: bash
2929
3030 scipion3 installb deepLearningToolkit
3131
32- If the installation fails and you just need to use one of the environments is possible to install just one of them.
32+ If the ** installation od DLTKfails ** and you just need to use one of the environments is possible to install just one of them.
3333Locate the path Xmipp is installed, (by default in /home/USERNAME/scipion3/software/em/xmipp) and locate the .yaml envs folder and run:
3434
3535::
@@ -38,6 +38,11 @@ Locate the path Xmipp is installed, (by default in /home/USERNAME/scipion3/softw
3838 mkdir home/USERNAME/scipion3/software/em/deepLearningToolkit
3939 conda env export -n xmipp_pyTorch > /home/USERNAME/scipion3/software/em/deepLearningToolkit/xmipp_pyTorch-1.yml
4040
41+ You also needs the models, if it was no installed previously yo can do it with:
42+
43+ ::
44+ ./xmipp getModels
45+
4146
4247List of Environments
4348""""""""""""""""""""""""""""""""""""
You can’t perform that action at this time.
0 commit comments