diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 03:14:20 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-07 03:14:20 +0200 |
| commit | 9ea790731e7454b69033d6b0c8e1cb4c1371f31a (patch) | |
| tree | 03b96d2e0cd995f89fa77f2e006c4d3ffa76573b /public/bundle.js | |
| parent | f260e2b3de3040e024780342ebde8c13e304f638 (diff) | |
train dataroot
Diffstat (limited to 'public/bundle.js')
| -rw-r--r-- | public/bundle.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/public/bundle.js b/public/bundle.js index 595a2c4..b5764cf 100644 --- a/public/bundle.js +++ b/public/bundle.js @@ -6663,12 +6663,9 @@ var Pix2PixLive = function (_Component) { key: 'start', value: function start() { // console.log(this.props) - console.log('starting up!'); var sequence = this.props.pix2pix.data.sequences[0].name; - console.log(sequence); var checkpoint = this.props.pix2pix.data.checkpoints[0].name; - console.log(checkpoint); - console.log(sequence, checkpoint); + console.log('starting up!', sequence, checkpoint); this.props.pix2pixTasks.live_task(sequence, checkpoint); } }, { |
