finnstrom3693
commited on
Commit
•
2609043
1
Parent(s):
c58e114
fix consine with restart training
Browse files- config.json +2 -1
- model.keras +2 -2
config.json
CHANGED
@@ -7,5 +7,6 @@
|
|
7 |
"num_hidden_layers": 8,
|
8 |
"dropout_rate": 0.1,
|
9 |
"weight_decay": 0.01,
|
10 |
-
"learning_rate": 0.0001
|
|
|
11 |
}
|
|
|
7 |
"num_hidden_layers": 8,
|
8 |
"dropout_rate": 0.1,
|
9 |
"weight_decay": 0.01,
|
10 |
+
"learning_rate": 0.0001,
|
11 |
+
"restart_period": 500
|
12 |
}
|
model.keras
CHANGED
@@ -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:1c88bb875ada0f3e356901fb269f3bd6b5f2b8a1c4cefbac989638d409c99ac6
|
3 |
+
size 463535859
|