Update Home authored by Johannes Villmow's avatar Johannes Villmow
# Content of this Wiki # Content of this Wiki
* [Introduction](Home/1_Introduction) contains information about the projects, such as expectations and grading. [[_TOC_]]
* [Introduction](Home/Introduction) contains information about the projects, such as expectations and grading.
* Background/Basics * Background/Basics
* [Server](background/server) * [Server](Background/Server)
* Our Servers * Our Servers
* List of servers * List of servers
* Reserving GPUs * Reserving GPUs
...@@ -22,7 +25,7 @@ ...@@ -22,7 +25,7 @@
* Example config * Example config
* Nvidia-smi and choosing the appropriate CUDA device * Nvidia-smi and choosing the appropriate CUDA device
* Htop * Htop
* [Natural Language Processing](background/nlp) * [Natural Language Processing](Background/NLP)
* Preprocessing * Preprocessing
* Tipps * Tipps
* Tokenizer * Tokenizer
...@@ -40,12 +43,12 @@ ...@@ -40,12 +43,12 @@
* Transformer * Transformer
* Attention * Attention
* Architecture * Architecture
* [PyTorch](background/pytorch) * [PyTorch](Background/PyTorch)
* Basics * Basics
* Tensor Operations * Tensor Operations
* Derive from nn.model, modules etc. * Derive from nn.model, modules etc.
* Common loss functions * Common loss functions
* Use PyTorch Lightning * Use PyTorch Lightning
* Training * Training
* [LAVIS Experiment Tipps](experiment_tipps) * [LAVIS Experiment Tipps](Experiments)