Skip to content

Commit c181cb3

Browse files
author
Azure Pipelines
committed
publish [GPU]: course_UvA-DL/03-initialization-and-optimization
1 parent 3530283 commit c181cb3

File tree

2 files changed

+8
-17
lines changed

2 files changed

+8
-17
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:92a689345e3d3d8bd356970f936e716fabef46c95fd924a524ef4e3f556f4bef
3-
size 5669577
2+
oid sha256:65b9c2b52b93162c3faa33c73071fa3531646b8833e9117b10aa00a0df1a942f
3+
size 5684040
Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
title: 'Tutorial 3: Initialization and Optimization'
22
author: Phillip Lippe
33
created: 2021-08-27
4-
updated: 2023-03-14
54
license: CC BY-SA
65
tags:
76
- Image
@@ -24,24 +23,16 @@ description: 'In this tutorial, we will review techniques for optimization and i
2423
The full list of tutorials can be found at https://uvadlc-notebooks.rtfd.io.
2524
2625
'
27-
requirements:
28-
- torchvision
29-
- matplotlib
30-
- seaborn
31-
- lightning>=2.0.0
3226
accelerator:
3327
- CPU
3428
- GPU
3529
environment:
36-
- setuptools==69.0.3
37-
- ipython==8.16.1
30+
- seaborn==0.13.2
31+
- torch==2.0.1+cu118
3832
- lightning==2.3.3
33+
- torchvision==0.15.2+cu118
34+
- torchmetrics==1.2.1
3935
- matplotlib==3.8.4
36+
- pytorch-lightning==2.0.9.post0
4037
- numpy==1.26.4
41-
- pytorch-lightning==1.5.3
42-
- torchmetrics==1.2.1
43-
- torch==2.0.1
44-
- urllib3==2.2.2
45-
- seaborn==0.13.2
46-
- torchvision==0.15.2
47-
published: '2024-07-20T10:56:58.816752'
38+
published: '2024-07-22T21:45:38.685949'

0 commit comments

Comments
 (0)