()
| 35 | |
| 36 | const epochsElement = document.getElementById('epochs'); |
| 37 | export const getEpochs = () => +epochsElement.value; |
| 38 | |
| 39 | const denseUnitsElement = document.getElementById('dense-units'); |
| 40 | export const getDenseUnits = () => +denseUnitsElement.value; |
nothing calls this directly
no outgoing calls
no test coverage detected