adams-story
commited on
Commit
•
75b75fd
1
Parent(s):
ca01c55
Update README.md
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ epoch2-val-63.ckpt
|
|
6 |
* trained for 2 epochs
|
7 |
* More compressed embedding space, with more dropout
|
8 |
* git commit dc54a9bdbfcfbc83c736ac5c06ab09c5acf2d5e8
|
9 |
-
|
10 |
# lightning.pytorch==2.0.0
|
11 |
seed_everything: true
|
12 |
trainer:
|
@@ -83,7 +83,7 @@ data:
|
|
83 |
shuffle: true
|
84 |
pin_memory: true
|
85 |
drop_last: false
|
86 |
-
|
87 |
|
88 |
### epoch=5-step=14765.ckpt
|
89 |
* trained for 5 1/2 epochs on imagenet, on top of resnet 34
|
|
|
6 |
* trained for 2 epochs
|
7 |
* More compressed embedding space, with more dropout
|
8 |
* git commit dc54a9bdbfcfbc83c736ac5c06ab09c5acf2d5e8
|
9 |
+
```
|
10 |
# lightning.pytorch==2.0.0
|
11 |
seed_everything: true
|
12 |
trainer:
|
|
|
83 |
shuffle: true
|
84 |
pin_memory: true
|
85 |
drop_last: false
|
86 |
+
```
|
87 |
|
88 |
### epoch=5-step=14765.ckpt
|
89 |
* trained for 5 1/2 epochs on imagenet, on top of resnet 34
|