Update Home authored by Johannes Villmow's avatar Johannes Villmow
# 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
* [Server](background/server)
* [Server](Background/Server)
* Our Servers
* List of servers
* Reserving GPUs
......@@ -22,7 +25,7 @@
* Example config
* Nvidia-smi and choosing the appropriate CUDA device
* Htop
* [Natural Language Processing](background/nlp)
* [Natural Language Processing](Background/NLP)
* Preprocessing
* Tipps
* Tokenizer
......@@ -40,12 +43,12 @@
* Transformer
* Attention
* Architecture
* [PyTorch](background/pytorch)
* [PyTorch](Background/PyTorch)
* Basics
* Tensor Operations
* Derive from nn.model, modules etc.
* Common loss functions
* Use PyTorch Lightning
* Training
* [LAVIS Experiment Tipps](experiment_tipps)
* [LAVIS Experiment Tipps](Experiments)