Initial/reset progress.json for new training run
Browse files- progress.json +9 -0
progress.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"sessions_completed": 0,
|
| 3 |
+
"total_steps_completed": 0,
|
| 4 |
+
"latest_checkpoint": null,
|
| 5 |
+
"shard_size_examples": 500,
|
| 6 |
+
"total_examples": 506,
|
| 7 |
+
"next_start_index": 0,
|
| 8 |
+
"history": []
|
| 9 |
+
}
|