diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 15:16:05 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-23 15:16:05 +0100 |
| commit | 88e14dce03bde8cc1982fa77b11b6885c06b4792 (patch) | |
| tree | dd7c06ed5537a3865872d7ba202b8f69aeb78410 /app/client/modules | |
| parent | df04227b45f9d363531f5ff038054a5d318bdf60 (diff) | |
deploy bundle
Diffstat (limited to 'app/client/modules')
| -rw-r--r-- | app/client/modules/biggan/views/biggan.encodingList.js | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/app/client/modules/biggan/views/biggan.encodingList.js b/app/client/modules/biggan/views/biggan.encodingList.js index f11d4b2..95df181 100644 --- a/app/client/modules/biggan/views/biggan.encodingList.js +++ b/app/client/modules/biggan/views/biggan.encodingList.js @@ -68,7 +68,22 @@ class BigGANEncodingList extends Component { /> <Slider live name='encoding_stored_mix_n' - title={"Transition mix"} + title={"Encoding mix"} + min={0} max={1} type='float' + /> + <Slider live + name='latent_stored_mix_n' + title={"Latent mix"} + min={0} max={1} type='float' + /> + <Slider live + name='label_stored_mix_n' + title={"Label mix"} + min={0} max={1} type='float' + /> + <Slider live + name='layer_stored_mix_0_n' + title={"Deep label mix"} min={0} max={1} type='float' /> </Group> |
