Skip to content

Commit

Permalink
model architecture ae and vae
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoValente3 committed Dec 1, 2021
1 parent c6ed801 commit ca23643
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 75 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ dmypy.json
__pycache__/
images/

#\Report\proj_reference
Report/proj_reference/
Report\proj_reference

*.aux
*.fdb_latexmk
*.fls
*.gz
*.gz
7 changes: 7 additions & 0 deletions AE.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"### Import the MNIST data class and call it."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Original dataset and modified dataset with half resolution is shown below."
]
},
{
"cell_type": "code",
"execution_count": 32,
Expand Down
Loading

0 comments on commit ca23643

Please sign in to comment.