From ead43de436c7e625a77b0103e70ba0100ad52f8e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 5 Sep 2018 13:01:54 +0200 Subject: seq name --- public/bundle.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public/bundle.js') diff --git a/public/bundle.js b/public/bundle.js index 3c6d78d..5731e45 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -11082,7 +11082,7 @@ var Pix2PixHDTrain = function (_Component) { title: 'Augment dataset', value: 'Augment', onClick: function onClick() { - return remote.augment_task(_this2.state.checkpoint_name, _this2.state); + return _this2.props.remote.augment_task(_this2.state.checkpoint_name, _this2.state); } }) ), @@ -11093,7 +11093,7 @@ var Pix2PixHDTrain = function (_Component) { title: 'Train one epoch', value: 'Train', onClick: function onClick() { - return remote.train_task(_this2.state.checkpoint_name, pix2pixhd.folder_id, 1); + return _this2.props.remote.train_task(_this2.state.checkpoint_name, pix2pixhd.folder_id, 1); } }) ), @@ -11104,7 +11104,7 @@ var Pix2PixHDTrain = function (_Component) { title: 'Delete recursive frames', value: 'Clear', onClick: function onClick() { - return remote.clear_recursive_task(_this2.state.checkpoint_name); + return _this2.props.remote.clear_recursive_task(_this2.state.checkpoint_name); } }) ) -- cgit v1.2.3-70-g09d2