Commit 57513a6
committed
fix(zero): error on second set of training eps if model didn't train
- the zero agent requires (batch_size) examples before it will train. the model was trying to save (and getting Adam optimizer weights 0'd)1 parent d585fc6 commit 57513a6
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
| 222 | + | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
0 commit comments