diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 22:02:19 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-05 22:02:19 +0200 |
| commit | 5c018b3f2c2c47371546d210240836057d1ea5bb (patch) | |
| tree | 3e802344413007612b7073548756d32aa77074f4 /app/client/modules/samplernn/samplernn.actions.js | |
| parent | 2b4a6e53102b568c691c72998ddece80a3b3d515 (diff) | |
set menu dropdown from url. make pix2pix views
Diffstat (limited to 'app/client/modules/samplernn/samplernn.actions.js')
| -rw-r--r-- | app/client/modules/samplernn/samplernn.actions.js | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/client/modules/samplernn/samplernn.actions.js b/app/client/modules/samplernn/samplernn.actions.js index 642319d..e9248c0 100644 --- a/app/client/modules/samplernn/samplernn.actions.js +++ b/app/client/modules/samplernn/samplernn.actions.js @@ -207,14 +207,3 @@ export const import_files = (state, datasetLookup, fileLookup) => (dispatch) => } export const set_folder = (folder) => { types.samplernn.set_folder, folder } - -export const fetch_url = (url) => (dispatch) => { - console.log(url) - return actions.queue.add_task({ - activity: 'fetch', - module: 'samplernn', - dataset: 'test', - epochs: 1, - opt: { url } - }, { preempt: true, watch: true }) -} |
