added documentation for HPC training
This commit is contained in:
@@ -74,6 +74,11 @@ If this is the case, before running the training procedure, one should run the f
|
||||
|
||||
in order to deselect the possibility of using said GPUs.
|
||||
|
||||
#### Training in HPC
|
||||
It is also possible to train the model on the Raven HPC, even if for a single training, without the need for optimization, it is not necessary to use such a powerful machine.
|
||||
|
||||
The steps to deploy and train the model on the raven HPC, which has NVIDIA GPUs available, are thoroughly described in the file HPCProcedures.md
|
||||
|
||||
### Jupyter Notebooks
|
||||
This is a useful tool for exploring the code and see hands-on examples on how the various steps work together, however it can be messy inside a .git repository, in order to avoid embedding in the version control a great amount of useless data and plot, the use of the nbstripout package is strongly recommended. This package, a possible implementation can be found [here](https://pypi.org/project/nbstripout/) under the 'Using as a Git filter' section.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user