(n: number)
| 876 | } |
| 877 | |
| 878 | function humanReadable(n: number): string { |
| 879 | return n.toFixed(3); |
| 880 | } |
| 881 | |
| 882 | // Update loss and iteration number. |
| 883 | d3.select("#loss-train").text(humanReadable(lossTrain)); |
no outgoing calls
no test coverage detected
searching dependent graphs…