Skip to content

Commit

Permalink
Corrected md
Browse files Browse the repository at this point in the history
  • Loading branch information
voletiv committed Nov 21, 2017
1 parent 7d7e40d commit ac61f65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ Note that ResNet18 as implemented doesn't really seem appropriate for CIFAR-10 a
as all 1x1 convolutions from downsampling (stride). This is worse for deeper versions. A smaller, modified ResNet-like
architecture achieves ~92% accuracy (see [gist](https://gist.github.com/JefferyRPrice/c1ecc3d67068c8d9b3120475baba1d7e)).

## Update: 2017-11-21

### TimeDistributed

Many CNN+LSTM architectures require a TimeDistributed version of CNNs, which are applied on time-distributed inputs as common filter weights, and then fed to an LSTM. Invoking the argument
Expand Down

0 comments on commit ac61f65

Please sign in to comment.