diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:42:31 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-09-13 19:42:31 +0200 |
| commit | c4bbd2afff59d89cacc5879834fa3bf710e26b1c (patch) | |
| tree | a955d04e53959a72af4da21c58e9772b8d14aefd /public/bundle.js | |
| parent | 5d51fd50ce59fb958565bc95e7572cc61043b8b4 (diff) | |
argz
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/bundle.js b/public/bundle.js index 7aff974..01ae3fa 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -9696,6 +9696,7 @@ var augment_task = exports.augment_task = function augment_task(dataset, opt) { module: _pix2pixhd2.default.name, activity: 'augment', dataset: dataset, + folder_id: opt.folder_id, opt: _extends({}, opt) }; console.log(task); @@ -11128,7 +11129,7 @@ var Pix2PixHDTrain = function (_Component) { title: 'Make a movie without augmenting', value: 'Generate', onClick: function onClick() { - return _this2.props.remote.augment_task(_this2.state.checkpoint_name, _extends({}, _this2.state, { no_symlinks: true, mov: true })); + return _this2.props.remote.augment_task(_this2.state.checkpoint_name, _extends({}, _this2.state, { no_symlinks: true, mov: true, folder_id: _this2.props.pix2pixhd.data.resultsFolder.id })); } }) ), |
