Skip to content

Commit bbf1bb0

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/02-activation-functions
1 parent d3979e0 commit bbf1bb0

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:676fb2a87d5e30b17c5d164238c939fe20e9f23c36db48af3ec91a2af5a01582
3-
size 3242780
2+
oid sha256:2d1693e115db88d6bf57d33d7ab8c95fcea7e60eb456d84dc415ae13e4706a5f
3+
size 3248652

.notebooks/course_UvA-DL/02-activation-functions.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,14 @@ description: 'In this tutorial, we will take a closer look at (popular) activati
2323
accelerator:
2424
- CPU
2525
- GPU
26+
OS: Linux
27+
python: 3.10.12
2628
environment:
29+
- torch==2.1.2+cu121
30+
- torchvision==0.16.2+cu121
31+
- numpy==1.26.4
2732
- pytorch-lightning==2.0.9.post0
28-
- matplotlib==3.9.1
29-
- torchvision==0.15.2+cu118
3033
- seaborn==0.13.2
31-
- torch==2.0.1+cu118
32-
- numpy==1.26.4
3334
- torchmetrics==1.2.1
34-
published: '2024-07-23T21:06:55.712857'
35+
- matplotlib==3.9.1
36+
published: '2024-07-26T06:35:28.374540'

0 commit comments

Comments
 (0)