()
| 115 | } |
| 116 | |
| 117 | export function getTrainEpochs() { |
| 118 | return Number.parseInt(document.getElementById('train-epochs').value); |
| 119 | } |
| 120 | |
| 121 | export function setTrainButtonCallback(callback) { |
| 122 | const trainButton = document.getElementById('train'); |
nothing calls this directly
no outgoing calls
no test coverage detected