Skip to content

Commit 59552ec

Browse files
committed
Merge changes with apples branch
1 parent 038fc19 commit 59552ec

File tree

3 files changed

+126
-132
lines changed

3 files changed

+126
-132
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# MlFlow stuff
88
mlruns/
99
mlartifacts/
10-
# directory with random number created automaticly by MlFlow
11-
399010269064744334/
10+
# directory with random number created automaticly by MlFlow, but gitignore uses glob instead of regex :(
11+
[0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]/

fomo.ipynb

Lines changed: 122 additions & 129 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,5 @@ torch==2.1.0
55
torchvision==0.16.0
66
pytorch-lightning==2.1.0
77
mlflow==2.7.1
8-
onnx==1.14.1
8+
monai==1.3.0
9+
onnx==1.14.1

0 commit comments

Comments
 (0)