Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
3c206e26
Commit
3c206e26
authored
3 years ago
by
Taras Lazariv
Browse files
Options
Downloads
Patches
Plain Diff
Make linter happy
parent
08ce1e57
No related branches found
No related tags found
5 merge requests
!333
Draft: update NGC containers
,
!322
Merge preview into main
,
!319
Merge preview into main
,
!279
Draft: Machine Learning restructuring
,
!258
Data Analytics restructuring
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+2
-3
2 additions, 3 deletions
...u-dresden.de/docs/software/python_virtual_environments.md
doc.zih.tu-dresden.de/docs/software/pytorch.md
+4
-2
4 additions, 2 deletions
doc.zih.tu-dresden.de/docs/software/pytorch.md
with
6 additions
and
5 deletions
doc.zih.tu-dresden.de/docs/software/python_virtual_environments.md
+
2
−
3
View file @
3c206e26
...
@@ -6,7 +6,7 @@ Link to this page from other DA/ML topics.
...
@@ -6,7 +6,7 @@ Link to this page from other DA/ML topics.
## copied from alpha_centauri.md
## copied from alpha_centauri.md
??? comment
??? comment
copied from
`alpha_centauri.md`
. Please remove there if this article is finished
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
Virtual environments allow users to install additional python packages and create an isolated
...
@@ -40,7 +40,7 @@ Successfully installed torchvision-0.10.0
...
@@ -40,7 +40,7 @@ Successfully installed torchvision-0.10.0
## copied from python.md
## copied from python.md
??? comment
??? comment
clear up the following. Maybe leave only conda stuff...
clear up the following. Maybe leave only conda stuff...
There are two methods of how to work with virtual environments on
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
...
@@ -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
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
the parameters directly into the job file which you can submit using
`sbatch [options] <job file>.`
`sbatch [options] <job file>.`
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/docs/software/pytorch.md
+
4
−
2
View file @
3c206e26
...
@@ -2,8 +2,10 @@
...
@@ -2,8 +2,10 @@
[
PyTorch
](
https://pytorch.org/
)
{:target="_blank"} is an open-source machine learning framework.
[
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.
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 is a machine learning tool developed by Facebooks AI division to process large-scale
PyTorch provides a core datastructure, the tensor, a multi-dimensional array that shares many similarities with Numpy arrays.
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
Please check the software modules list via
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment