()
| 32 | |
| 33 | const batchSizeFractionElement = document.getElementById('batchSizeFraction'); |
| 34 | export const getBatchSizeFraction = () => +batchSizeFractionElement.value; |
| 35 | |
| 36 | const epochsElement = document.getElementById('epochs'); |
| 37 | export const getEpochs = () => +epochsElement.value; |
nothing calls this directly
no outgoing calls
no test coverage detected