bors[bot]
8ee6af1bee
Merge #762
...
762: CrossCor layer r=avik-pal a=ayush-1506
Same as #423 (which could be edited since I lost access to that github account).
Co-authored-by: ayush-1506 <ayush.shridhar1506@gmail.com>
2019-05-14 10:36:22 +00:00
ayush-1506
98a027a505
typo
2019-05-14 02:56:12 -07:00
ayush-1506
bfc5bb0079
rebase
2019-05-14 02:53:48 -07:00
ayush-1506
f263f0c8ed
add to layer docs
2019-05-14 02:53:06 -07:00
ayush-1506
0a2e288c3f
another small test
2019-05-14 02:53:06 -07:00
ayush-1506
2161163a82
added crosscor
2019-05-14 02:52:28 -07:00
ayush-1506
451b80da3d
add to layer docs
2019-05-14 02:50:18 -07:00
ayush-1506
7c28f7f883
Merge branch 'crosscor' of https://github.com/ayush-1506/Flux.jl into crosscor
2019-05-14 02:47:28 -07:00
Dhairya Gandhi
308b199bd0
Merge pull request #774 from zsz00/patch-1
...
typo of comvolutional in NEWS.md
2019-05-14 00:37:17 +05:30
zy
a27be0f9ec
typo of comvolutional
...
comvolutional -> convolutional
2019-05-14 01:24:45 +08:00
bors[bot]
68ba6e4e2f
Merge #563
...
563: noise shape for dropout r=MikeInnes a=chengchingwen
I add the noise shape for dropout, similar to the `noise_shape` argument in [`tf.nn.dropout`](https://www.tensorflow.org/api_docs/python/tf/nn/dropout )
Co-authored-by: chengchingwen <adgjl5645@hotmail.com>
Co-authored-by: Peter <adgjl5645@hotmail.com>
2019-05-13 17:16:10 +00:00
Peter
9c1bb93aa3
Update NEWS.md
...
Co-Authored-By: Mike J Innes <mike.j.innes@gmail.com>
2019-05-14 01:12:59 +08:00
chengchingwen
bdf74fe342
update NEWS
2019-05-14 00:57:42 +08:00
chengchingwen
2fc2a5282c
Merge remote-tracking branch 'upstream/master' into drop_shape
2019-05-14 00:50:59 +08:00
bors[bot]
16fc41cd00
Merge #756
...
756: Change `DepthwiseConv()` to use `in=>out` instead of `in=>mult`. r=MikeInnes a=staticfloat
This is an API change, but I think it makes more sense, and is more consistent with our `Conv()` API. This also dumps the `DepthwiseConv((3,3), C_in)` API, as I'm not sure why you would want to specify only the input channel count and default the output to a channel multiplier of 1; if anything I would think you'd want to specify the channel output and leave the input to be default. In any case, I think consistency with `Conv()` is the best thing to chase after here.
Co-authored-by: Elliot Saba <staticfloat@gmail.com>
2019-05-13 16:37:57 +00:00
Mike J Innes
5931b93e09
Merge pull request #772 from johnnychen94/patch-1
...
delete redundant section
2019-05-13 17:33:01 +01:00
Elliot Saba
06da965301
Add NEWS.md
entry for https://github.com/FluxML/Flux.jl/pull/756
2019-05-12 11:20:41 -07:00
Elliot Saba
48fcc66094
Remove vestigial testing println()
2019-05-12 11:20:24 -07:00
Elliot Saba
2e6561bb6a
Change DepthwiseConv()
to use in=>out
instead of in=>mult
.
...
This is an API change, but I think it makes more sense, and is more
consistent with our `Conv()` api.
2019-05-12 11:20:24 -07:00
Johnny Chen
7103a61a1f
delete redundant section
2019-05-11 12:40:01 +08:00
chengchingwen
5c5140683c
make dims as field of Dropout
2019-05-10 23:45:50 +08:00
ayush-1506
99d07e67db
another small test
2019-05-09 16:43:28 +05:30
ayush-1506
9a3aa18c17
conflicts
2019-05-08 11:56:46 +05:30
Tejan Karmali
79534caca1
Merge pull request #701 from jw3126/test700
...
Add tests for on quadratic Conv (#700 )
2019-05-08 11:09:38 +05:30
Viral B. Shah
7c897394dd
Create CITATION.bib
2019-05-04 18:49:19 -04:00
Jan Weidner
e96a9d7eaf
Switch broken #700 test to pass
2019-05-03 22:36:32 +02:00
Jan Weidner
73c5d9f25c
fix
2019-05-03 22:22:52 +02:00
Jan Weidner
27a9a7b9cf
add broken test for #700
2019-05-03 22:22:52 +02:00
ayush-1506
20b79e0bdf
added crosscor
2019-05-01 22:29:00 +05:30
bors[bot]
e991228047
Merge #761
...
761: Fixes #760 r=MikeInnes a=avik-pal
Co-authored-by: Avik Pal <avikpal@iitk.ac.in>
2019-05-01 14:23:08 +00:00
Avik Pal
a0be6fa837
Add missing activation function for batchnorm
2019-05-01 19:47:54 +05:30
Dhairya Gandhi
8355d57c79
Merge pull request #759 from dhairyagandhi96/tag_083
...
bump version to v0.8.3
2019-05-01 18:59:36 +05:30
Dhairya Gandhi
221670a2b1
Merge pull request #733 from thebhatman/expdecay-fix
...
Fixed ExpDecay
2019-05-01 18:58:37 +05:30
thebhatman
5ffc3b2d40
Comparing decay steps with expected true decay steps
2019-05-02 00:12:14 +05:30
thebhatman
5e06d8bb76
Test for decay_step
2019-05-01 23:10:00 +05:30
Dhairya Gandhi
eff600642a
Merge pull request #612 from dhairyagandhi96/onecold
...
Fixes OneHotMatrix/Vector GPU Performance
2019-04-30 19:40:19 +05:30
Dhairya Gandhi
9bbbd17e4b
Merge branch 'master' into onecold
2019-04-30 19:09:36 +05:30
Dhairya Gandhi
3d5b76c0df
bump version to v0.8.3
2019-04-29 22:01:46 +05:30
Mike J Innes
b0155ec1fe
Merge pull request #755 from Roger-luo/add-more-docs
...
add some docs for onehot & onecold
2019-04-26 11:54:54 +01:00
Roger-luo
d63338c242
fix doctest
2019-04-26 18:12:14 +08:00
Mike J Innes
6c3a939133
Update src/onehot.jl
...
Co-Authored-By: Roger-luo <hiroger@qq.com>
2019-04-26 18:09:14 +08:00
Roger-luo
fabcd05ff2
add examples
2019-04-26 18:05:03 +08:00
Mike J Innes
13cfcb5ffa
Merge pull request #718 from FluxML/sf/asymmetric_padding
...
Add asymmetric padding
2019-04-25 22:29:14 +01:00
Elliot Saba
732f97fe16
Split out conv_transpose_dims()
so that Zygote can ignore it
2019-04-25 10:24:19 -07:00
Elliot Saba
c9148194cf
Update docs/
Manifest
2019-04-25 10:22:29 -07:00
Elliot Saba
a81036c2e1
Update Project/Manifest
2019-04-25 10:11:41 -07:00
Elliot Saba
6e22cd4931
Add asymmetric padding to convolutional layers
2019-04-25 09:55:23 -07:00
Elliot Saba
113ddc8760
Update Flux
code for new NNlib branch
2019-04-25 09:55:23 -07:00
Viral B. Shah
bc2999b5a7
Merge pull request #752 from hossein-pourbozorg/use_https
...
use https instead of http for web links
2019-04-25 11:55:05 -04:00
Hossein Pourbozorg
7f06b15f67
use https instead of http for web links
2019-04-25 11:04:03 +00:00