Skip to content
Snippets Groups Projects
Commit 3c206e26 authored by Taras Lazariv's avatar Taras Lazariv
Browse files

Make linter happy

parent 08ce1e57
No related branches found
No related tags found
5 merge requests!333Draft: update NGC containers,!322Merge preview into main,!319Merge preview into main,!279Draft: Machine Learning restructuring,!258Data Analytics restructuring
......@@ -6,7 +6,7 @@ Link to this page from other DA/ML topics.
## copied from alpha_centauri.md
??? comment
??? comment
copied from `alpha_centauri.md`. Please remove there if this article is finished
Virtual environments allow users to install additional python packages and create an isolated
......@@ -40,7 +40,7 @@ Successfully installed torchvision-0.10.0
## copied from python.md
??? comment
??? comment
clear up the following. Maybe leave only conda stuff...
There are two methods of how to work with virtual environments on
......@@ -129,4 +129,3 @@ interactive job. Apart from short test runs, it is **recommended to
launch your jobs into the background by using Slurm**. For that, you can conveniently put
the parameters directly into the job file which you can submit using
`sbatch [options] <job file>.`
......@@ -2,8 +2,10 @@
[PyTorch](https://pytorch.org/){:target="_blank"} is an open-source machine learning framework.
It is an optimized tensor library for deep learning using GPUs and CPUs.
PyTorch is a machine learning tool developed by Facebooks AI division to process large-scale object detection, segmentation, classification, etc.
PyTorch provides a core datastructure, the tensor, a multi-dimensional array that shares many similarities with Numpy arrays.
PyTorch is a machine learning tool developed by Facebooks AI division to process large-scale
object detection, segmentation, classification, etc.
PyTorch provides a core datastructure, the tensor, a multi-dimensional array that shares many
similarities with Numpy arrays.
Please check the software modules list via
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment