()
| 35 | } |
| 36 | |
| 37 | export function getImageInput() { |
| 38 | return document.getElementById('image-input').value; |
| 39 | } |
| 40 | |
| 41 | export function getEpochs() { |
| 42 | return Number.parseInt(document.getElementById('epochs').value); |
nothing calls this directly
no outgoing calls
no test coverage detected