From 3c206e263fe3307b7fcd47b496e4d2b07bb30540 Mon Sep 17 00:00:00 2001 From: lazariv <taras.lazariv@tu-dresden.de> Date: Wed, 25 Aug 2021 14:58:42 +0000 Subject: [PATCH] Make linter happy --- .../docs/software/python_virtual_environments.md | 5 ++--- doc.zih.tu-dresden.de/docs/software/pytorch.md | 6 ++++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md index 24b92ed52..9d04be6db 100644 --- a/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md +++ b/doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md @@ -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>.` - diff --git a/doc.zih.tu-dresden.de/docs/software/pytorch.md b/doc.zih.tu-dresden.de/docs/software/pytorch.md index 61a127fd0..8d9ae71df 100644 --- a/doc.zih.tu-dresden.de/docs/software/pytorch.md +++ b/doc.zih.tu-dresden.de/docs/software/pytorch.md @@ -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 -- GitLab