summaryrefslogtreecommitdiff
path: root/app/client/system/system.reducer.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2018-06-07 10:13:27 +0200
committerJules Laplace <julescarbon@gmail.com>2018-06-07 10:13:27 +0200
commit47d9658375fc2003a69d51c663b182c3baf8a9c6 (patch)
tree25c0ddff18f3cdc07e03a8c1b4801f90965066c8 /app/client/system/system.reducer.js
parented240db41cb8e2d8d3423a3aeade4c2ace1c5cf7 (diff)
switching epochs working again
Diffstat (limited to 'app/client/system/system.reducer.js')
-rw-r--r--app/client/system/system.reducer.js4
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