From fdf927db614a1e7696688b6e39c2bdb7548a72cc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sat, 2 Jun 2018 20:44:46 +0200 Subject: loss report --- app/client/modules/samplernn/index.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'app/client/modules/samplernn/index.js') diff --git a/app/client/modules/samplernn/index.js b/app/client/modules/samplernn/index.js index e020c6c..e8254dd 100644 --- a/app/client/modules/samplernn/index.js +++ b/app/client/modules/samplernn/index.js @@ -2,12 +2,15 @@ import { h, Component } from 'preact' import { Route, Link } from 'react-router-dom' import SampleRNNDatasets from './samplernn.datasets' import SampleRNNInspect from './samplernn.inspect' +import SampleRNNLoss from './samplernn.loss' function router () { return (
- - + + + +
) } -- cgit v1.2.3-70-g09d2