Skip to content

Commit

Permalink
vae
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoValente3 committed Dec 2, 2021
1 parent ded5fcd commit d7e9173
Show file tree
Hide file tree
Showing 13 changed files with 1,033 additions and 490 deletions.
288 changes: 142 additions & 146 deletions AE.ipynb

Large diffs are not rendered by default.

188 changes: 53 additions & 135 deletions AE_denois.ipynb

Large diffs are not rendered by default.

335 changes: 127 additions & 208 deletions VAE.ipynb

Large diffs are not rendered by default.

710 changes: 710 additions & 0 deletions VAE2.ipynb

Large diffs are not rendered by default.

Binary file modified __pycache__/MNIST_dataset.cpython-38.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion hls4ml_conversion.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"print(\"-----------------------------------\")\n",
"hls_model = hls4ml.converters.convert_from_keras_model(ae_wo_classifier,\n",
" hls_config=config,\n",
" output_dir='AE_model/hls4ml_prj',\n",
" output_dir='model/AE_model/hls4ml_prj',\n",
" part='xcu250-figd2104-2L-e')\n"
]
},
Expand Down
Binary file modified images/AE/Accuracy of Autoencoder without classifier.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/AE/reconstructed images.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified model/AE_model/KERAS_check_model_w_classifier.h5
Binary file not shown.
Binary file modified model/AE_model/KERAS_check_model_wo_classifier.h5
Binary file not shown.
Binary file modified model/VAE_model/KERAS_check_model_w_classifier.h5
Binary file not shown.
Binary file modified model/VAE_model/KERAS_check_model_wo_classifier.h5
Binary file not shown.

0 comments on commit d7e9173

Please sign in to comment.