()
| 69 | * A function to call when a training process starts. |
| 70 | */ |
| 71 | export function onTrainBegin() { |
| 72 | batchLossValues = []; |
| 73 | epochLossValues = []; |
| 74 | logStatus('Starting model training...'); |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * A function to call when a batch is competed during training. |