Skip to content

Commit 31574c5

Browse files
committed
Add week02 slides
1 parent bb1ccc2 commit 31574c5

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ __This branch corresponds to the ongoing 2025 course. If you want to see full ma
77
- [__Week 1:__](./week01_intro) __Introduction__
88
- Lecture: Course overview and organizational details. Core concepts of the GPU architecture and CUDA API.
99
- Seminar: CUDA operations in PyTorch. Introduction to benchmarking.
10-
- __Week 2:__ __Experiment tracking, model and data versioning, testing DL code in Python__
10+
- [__Week 2:__](./week02_management_and_testing) __Experiment tracking, model and data versioning, testing DL code in Python__
11+
- Lecture: Experiment management basics and pipeline versioning. Configuring Python applications. Intro to regular and property-based testing.
12+
- Seminar: Example DVC+Weights & Biases project walkthrough. Intro to testing with pytest.
1113
- __Week 3:__ __Training optimizations, profiling DL code__
1214
- __Week 4:__ __Data-parallel training and All-Reduce__
1315
- __Week 5:__ __Sharded data-parallel training, distributed training optimizations

week02_management_and_testing/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Week 2: Experiment tracking and testing
22

3-
[//]: # (* Lecture: [slides](./lecture.pdf))
4-
* Lecture: TBD
3+
* Lecture: [link](./lecture.pdf)
54
* Seminar: see the [example_project](./example_project) directory
65
* Homework: see [homework/README.md](homework/README.md)
76

87
## Further reading
98
* Tools for experiment tracking: [Aim](https://github.com/aimhubio/aim), [Comet](https://www.comet.ml/site/), [Neptune](https://neptune.ai/), [Sacred](https://github.com/IDSIA/sacred), [Weights and Biases](https://wandb.ai/), [ClearML](https://clear.ml/)
109
* [DVC](https://dvc.org/) and [Pachyderm](https://www.pachyderm.com/) for artifact versioning
1110
* [Hydra documentation](https://hydra.cc/docs/intro/)
11+
* [Omegaconf](https://github.com/omry/omegaconf) for simpler configuration management
1212
* [Unittest](https://docs.python.org/3/library/unittest.html) built-in module
1313
* [Doctest](https://docs.python.org/3/library/doctest.html) built-in module (useful for testing docstrings!)
1414
* [Pytest](https://github.com/pytest-dev/pytest/) repository
1.13 MB
Binary file not shown.

0 commit comments

Comments
 (0)