Flux.jl/docs
bors[bot] 55616afc11
Merge #960
960: Added utility function outdims to compute output dimensions of a layer r=dhairyagandhi96 a=darsnack

Based on Slack chatter, I added a utility function, `outdims`, that computes the output dimensions for given input dimensions.

Example
```julia
layer = Conv((3, 3), 3 => 16)
outdims(layer, (10, 10)) # returns (8, 8)
```

Co-authored-by: Kyle Daruwalla <daruwalla@wisc.edu>
2020-02-25 17:40:05 +00:00
..
src Merge #960 2020-02-25 17:40:05 +00:00
make.jl remove tracker docs 2019-09-10 15:03:08 +01:00
Manifest.toml doc build changes 2019-08-19 15:49:50 +01:00
Project.toml doc build changes 2019-08-19 15:49:50 +01:00