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
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
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
Dhairya Gandhi
01ffa21939
Merge pull request #750 from FluxML/dg/bound_tracker
...
Added NNlib/ Tracker version bounds
2019-04-24 21:38:30 +05:30
Dhairya Gandhi
77e3ff7a8c
fixed docs
2019-04-24 21:16:31 +05:30
Dhairya Gandhi
96b0e751e3
fix NNlib bound
2019-04-24 19:29:54 +05:30
Dhairya Gandhi
4ba640b59e
fixes
2019-04-24 19:19:21 +05:30
Dhairya Gandhi
55bb39a259
added NNlib/ Tracker version bounds
2019-04-24 19:15:29 +05:30
Mike J Innes
bd2611da9c
Merge pull request #709 from DoktorMike/master
...
Small fix for recurrence documentation
2019-04-23 14:51:25 +01:00
Mike J Innes
f2ee87e4d8
Merge pull request #747 from jctops/patch-1
...
Swap comma for full stop
2019-04-23 12:33:46 +01:00
Jake Topping
ff7adda74b
Swap comma for full stop
...
"ERROR: LoadError: UndefVarError: G not defined" caused by "gn,G" rather than "gn.G" in line 386. Swapping for full stop should fix this
2019-04-22 17:08:36 +01:00
Michael Green
1eca23e113
Merge branch 'master' of https://github.com/FluxML/Flux.jl
2019-04-20 11:26:24 +02:00
Michael Green
934f7f932d
Updated docs again.
2019-04-20 11:22:48 +02:00
Dhairya Gandhi
412e04fef1
Merge pull request #745 from Tokazama/patch-1
...
Fix typo in Maxout
2019-04-20 13:09:28 +05:30