diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-24 03:05:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-24 03:05:59 +0200 |
| commit | 58885f516b7447e7ef824b0e7a93ceca990ed584 (patch) | |
| tree | c0410781feb710345a313be52296c4afd31571dd /app/client | |
| parent | 83dbc017c9591546ab5f1bd77c7538aec77059b7 (diff) | |
after train
Diffstat (limited to 'app/client')
| -rw-r--r-- | app/client/modules/pix2pixhd/pix2pixhd.tasks.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/client/modules/pix2pixhd/pix2pixhd.tasks.js b/app/client/modules/pix2pixhd/pix2pixhd.tasks.js index 5d8e084..36c0f36 100644 --- a/app/client/modules/pix2pixhd/pix2pixhd.tasks.js +++ b/app/client/modules/pix2pixhd/pix2pixhd.tasks.js @@ -81,6 +81,7 @@ export const splice_task = (opt) => dispatch => { activity: 'splice', dataset: opt.title, folder_id: opt.folder_id, + epochs: 1, opt: { ...opt, } |
