diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 10:13:27 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 10:13:27 +0200 |
| commit | 47d9658375fc2003a69d51c663b182c3baf8a9c6 (patch) | |
| tree | 25c0ddff18f3cdc07e03a8c1b4801f90965066c8 /app/client/system | |
| parent | ed240db41cb8e2d8d3423a3aeade4c2ace1c5cf7 (diff) | |
switching epochs working again
Diffstat (limited to 'app/client/system')
| -rw-r--r-- | app/client/system/system.reducer.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/client/system/system.reducer.js b/app/client/system/system.reducer.js index a0cfb8c..b1a12c0 100644 --- a/app/client/system/system.reducer.js +++ b/app/client/system/system.reducer.js @@ -10,7 +10,7 @@ const systemInitialState = { name: 'loading', }, app: { - tool: 'samplernn', + tool: 'pix2pix', }, server: { connected: false, @@ -43,7 +43,7 @@ const systemInitialState = { stderr: "", } -const modules = ['samplernn','pix2pix','pix2wav'].reduce((a,b) => (a[b]=b,a),{}) +const modules = ['pix2pix','samplernn','pix2wav'].reduce((a,b) => (a[b]=b,a),{}) const systemReducer = (state = systemInitialState, action) => { let processor = null |
