Skip to content

Commit

Permalink
Small change to models page and dask dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
muammar committed Nov 21, 2019
1 parent e386acd commit 2434c88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/source/_static/dask_dashboard.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/source/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ for an AE as follows:

hiddenlayers = {"encoder": (20, 10, 4), "decoder": (4, 10, 20)}
activation = "tanh"
vae = VAE(hiddenlayers=hiddenlayers, activation=activation, multivariate=True)
vae = VAE(hiddenlayers=hiddenlayers, activation=activation, variant="multivariate")
data_handler.get_unique_element_symbols(images, purpose=purpose)
vae.prepare_model(input_dimension, output_dimension, data=data_handler)

Expand Down

0 comments on commit 2434c88

Please sign in to comment.