Skip to content

Commit

Permalink
Minor typo, s/TfAutoencoder/TorchAutoencoder
Browse files Browse the repository at this point in the history
  • Loading branch information
insop committed Aug 30, 2020
1 parent 788017e commit 029a4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsm_02_dimreduce.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@
" return sigma * np.random.randn(m, n) + mu\n",
"\n",
"def autoencoder_evaluation(nrow=1000, ncol=100, rank=20, max_iter=20000):\n",
" \"\"\"This an evaluation in which `TfAutoencoder` should be able\n",
" \"\"\"This an evaluation in which `TorchAutoencoder` should be able\n",
" to perfectly reconstruct the input data, because the\n",
" hidden representations have the same dimensionality as\n",
" the rank of the input matrix.\n",
Expand Down

0 comments on commit 029a4d0

Please sign in to comment.