Skip to content
Snippets Groups Projects
Commit 353d9d80 authored by Furkan Celik's avatar Furkan Celik
Browse files

Fix VAE Test

parent 210f576e
Branches
No related tags found
2 merge requests!55Master,!53Merge branch 'ba_celik' into 'master'
Pipeline #634462 passed
......@@ -12,7 +12,7 @@ architecture VAELayers{
|
[1]
) ->
Reparameterize(pdf=normal) ->
Reparameterize(pdf="normal") ->
FullyConnected(units=400) ->
FullyConnected(units=784) ->
Reshape(shape=(1,28,28)) ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment