Mike J Innes
|
4915b0c8dd
|
Merge pull request #268 from staticfloat/patch-2
Add `dilation` kwarg to `Conv`
|
2018-06-07 13:49:02 +01:00 |
|
staticfloat@gmail.com
|
f390a39d77
|
Add TrackedArray support for repeat(x; inner, outer)
|
2018-05-22 17:41:05 -07:00 |
|
Elliot Saba
|
e6efca4bf4
|
Add dilation kwarg to Conv
Now that we have dilated convolution support in `NNlib`, this is enables support in Flux's `Conv` layer.
|
2018-05-21 13:44:13 -07:00 |
|
Mike Innes
|
ef9077d9fa
|
style
|
2018-05-07 13:03:52 +01:00 |
|
Johan Gustafsson
|
5fc6190956
|
RowVector tests
|
2018-05-02 16:10:39 +02:00 |
|
Johan Gustafsson
|
94bb064a0f
|
more tests of array promotion for concatenation
# Conflicts:
# test/tracker.jl
|
2018-05-02 16:00:29 +02:00 |
|
Johan Gustafsson
|
1c189c62ed
|
cat with multiple dims #156
Co-authored-by: americast <sayan.sinha@iitkgp.ac.in>
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
fb68529169
|
define back function right after forward function
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
509a2e59f6
|
cat promotions and mixed ranks
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
eaaf5fd34c
|
vcat arrays with ndims>2
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
bcef5c4ab5
|
Support hcat and cat
|
2018-05-02 15:59:46 +02:00 |
|
Mike J Innes
|
5efbaddb97
|
Merge pull request #249 from ninjin/nin/minimum
[RFC] Backpropagation for `maximum` and `minimum`
|
2018-04-30 18:40:42 +01:00 |
|
Mike J Innes
|
73a51400b6
|
better error message
|
2018-04-30 12:09:15 +01:00 |
|
Pontus Stenetorp
|
cfd29b9c76
|
Backpropagation for maximum and minimum
|
2018-04-29 13:52:54 +01:00 |
|
Mike J Innes
|
642543808e
|
Merge pull request #226 from CarloLucibello/reshape
fix reshape
|
2018-04-15 16:53:21 +01:00 |
|
tejank10
|
5cc681317a
|
added stride for pooling in tracker
|
2018-04-15 15:07:04 +01:00 |
|
CarloLucibello
|
b415333233
|
fix reshape
|
2018-04-02 16:09:57 -04:00 |
|
Mike J Innes
|
e931552f7d
|
Merge pull request #200 from chengchingwen/repmat
implement `back` of `repmat`
|
2018-03-15 15:18:48 +00:00 |
|
chengchingwen
|
43af3895b0
|
change prod implementation to avoid small xs
|
2018-03-07 21:03:13 +08:00 |
|
chengchingwen
|
c00f7f850f
|
implement back of repmat
|
2018-03-07 20:43:59 +08:00 |
|
chengchingwen
|
7c721475c6
|
add gradient check for prod and fix dims in back(::typeof(prod),...)
|
2018-03-07 16:24:44 +08:00 |
|
chengchingwen
|
86d782a5ce
|
implement prod for TrackedArray
|
2018-03-06 18:01:19 +08:00 |
|
Mike J Innes
|
662439c164
|
closes #177
|
2018-03-05 17:24:46 +00:00 |
|
Elliot Saba
|
36295799ee
|
Add permutedims() for tracked arrays
|
2018-03-02 10:22:28 -08:00 |
|
Mike J Innes
|
15d1d3256b
|
conv api updates
|
2018-02-26 22:43:07 +00:00 |
|
Mike J Innes
|
99b739cf00
|
fixes #176
|
2018-02-21 23:21:20 +00:00 |
|
Mike J Innes
|
11511982a4
|
numerical stability
|
2018-02-17 11:56:03 +00:00 |
|
Mike J Innes
|
e3b31b9b87
|
Merge pull request #169 from jessebett/jessechanges
Reshape with Tuple Dimensions and Kronecker Product
|
2018-02-16 14:16:42 +00:00 |
|
Mike J Innes
|
60f21d3ff2
|
don't override base method
|
2018-02-16 14:15:40 +00:00 |
|
Mike J Innes
|
820cd3ae42
|
fixes #164
|
2018-02-13 13:31:35 +00:00 |
|
Mike J Innes
|
236edbffec
|
fixes #111
|
2018-02-13 10:20:38 +00:00 |
|
Mike J Innes
|
0b3c02fe8d
|
document regularisation, fixes #160
|
2018-02-09 19:00:26 +00:00 |
|
jessebett
|
f84ee8eab0
|
reshape with tupled dimensions and kronecker product
|
2018-02-08 14:27:57 -05:00 |
|
Mike J Innes
|
fc157a8c59
|
TrackedNumber -> TrackedReal
|
2018-02-08 17:18:40 +00:00 |
|
Mike J Innes
|
79e4e25fea
|
seperate number type
|
2018-02-07 20:39:36 +00:00 |
|
Mike J Innes
|
282889970d
|
seperate tracking infrastructure from array wrapper
|
2018-02-07 17:43:25 +00:00 |
|