From 9c8cce44b2a7f7d3199cf75359842b5b32e70711 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 19 Dec 2019 16:56:36 +0100 Subject: adding biggan module live interface --- app/client/modules/biggan/views/biggan.live.js | 39 ++++++++++++++++++++------ 1 file changed, 30 insertions(+), 9 deletions(-) (limited to 'app/client/modules/biggan/views/biggan.live.js') diff --git a/app/client/modules/biggan/views/biggan.live.js b/app/client/modules/biggan/views/biggan.live.js index c583d7f..b3ad670 100644 --- a/app/client/modules/biggan/views/biggan.live.js +++ b/app/client/modules/biggan/views/biggan.live.js @@ -17,12 +17,13 @@ import * as bigganActions from '../biggan.actions' class BigGANLive extends Component { constructor(props) { super() + props.actions.live.get_params() } start(){ console.log(this.props.opt) console.log('starting up!') this.props.actions.tasks.live_task({ - folder_id: this.props.biggan.data.resultsFolder.id, + // folder_id: this.props.biggan.data.resultsFolder.id, }) } interrupt(){ @@ -37,7 +38,7 @@ class BigGANLive extends Component {
- +
@@ -53,10 +54,20 @@ class BigGANLive extends Component { onClick={() => {}} >{"Latent"} + + + @@ -98,8 +114,13 @@ class BigGANLive extends Component { onClick={() => {}} >{"Spin"} + -- cgit v1.2.3-70-g09d2