Flux.jl/test/layers
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
..
basic.jl Added tests for outdims 2019-12-05 22:54:25 -06:00
conv.jl Merge #960 2020-02-25 17:40:05 +00:00
normalisation.jl guard test on 1.0 2019-11-15 15:59:42 +00:00
stateless.jl Test to check for spurious promotions 2020-01-13 18:33:30 +05:30