Commit
·
d0ddef9
1
Parent(s):
9395e9b
model with 10k epochs and 0.001 learning rate works much better than
Browse filesbaseline on mens data. Tried 500k epochs, and model overfit the training
data.
- models/{nn10k.pth → Mnn10k.pth} +2 -2
- models/Mnn500k.pth +3 -0
- src/baseline.ipynb +0 -0
- src/nn.ipynb +0 -0
models/{nn10k.pth → Mnn10k.pth}
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7863257c283f71b41da57decaaad44c8175b0428e5b339252f290e9de5f58298
|
3 |
+
size 18914
|
models/Mnn500k.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e45b1bc82b3bcf61bfa027c60e9f1e53d3c43639b8ef3de200bed0fd6a96f9c1
|
3 |
+
size 18994
|
src/baseline.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
src/nn.ipynb
CHANGED
The diff for this file is too large to render.
See raw diff
|
|