* changed path

* changed path

* changed path

* changed path

* changed path

* changed path

* changed path

* changed path

* changed path

* changed path

* changed path

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv

* added cv
This commit is contained in:
William Falcon
2020-03-03 16:42:49 -05:00
committed by GitHub
parent 0c1900a988
commit f6934e5f14
11 changed files with 250 additions and 79 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ For example, imaging we now want to train an Autoencoder to use as a feature ext
Recall that `CoolMNIST` already defines all the dataloading etc... The only things
that change in the `Autoencoder` model are the init, forward, training, validation and test step.
.. code-block::
.. code-block:: python
class Encoder(torch.nn.Module):
...