diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-23 20:37:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-23 20:37:43 +0200 |
| commit | d0b5aee1fbd50d58c418952cd649c6ed28260e23 (patch) | |
| tree | 84c242c1f136b2b77a7005faecfb41fe5103f594 /app/client/modules/pix2pixhd/pix2pixhd.actions.js | |
| parent | 37e84dd361c446245db47b7ecd344dc668d4f4f7 (diff) | |
more tasklist stuff
Diffstat (limited to 'app/client/modules/pix2pixhd/pix2pixhd.actions.js')
| -rw-r--r-- | app/client/modules/pix2pixhd/pix2pixhd.actions.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.actions.js b/app/client/modules/pix2pixhd/pix2pixhd.actions.js index 2c72f06..44a42c4 100644 --- a/app/client/modules/pix2pixhd/pix2pixhd.actions.js +++ b/app/client/modules/pix2pixhd/pix2pixhd.actions.js @@ -209,11 +209,11 @@ export const count_dataset = (checkpoint_name) => (dispatch) => { actions.socket.count_directory({ module, dir: 'datasets/' + checkpoint_name + '/train_A/' }), ], (percent, i, n) => { console.log('pix2pixhd load progress', i, n) - dispatch({ - type: types.app.load_progress, - progress: { i, n }, - data: { module: 'pix2pixhd' }, - }) + // dispatch({ + // type: types.app.load_progress, + // progress: { i, n }, + // data: { module: 'pix2pixhd' }, + // }) }).then(res => { const [sequence, datasetCount] = res //, datasets, results, output, datasetUsage, lossReport] = res const sequenceCount = sequence.length |
