Commit Graph

1987 Commits

Author SHA1 Message Date
Viral B. Shah 7c897394dd
Create CITATION.bib 2019-05-04 18:49:19 -04: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
Zachary P Christensen 83eb5a1df6
Fix typo in Maxout 2019-04-19 17:02:26 -04:00
Viral B. Shah 05b1844419
Update LICENSE.md 2019-04-15 16:59:16 -04:00
thebhatman e459551336 weights updated in tests 2019-04-11 21:59:50 +05:30
thebhatman fb3001b8b2 Added test for ExpDecay 2019-04-11 21:53:36 +05:30
thebhatman 31a50ab16a Fixed ExpDecay 2019-04-11 17:28:06 +05:30
Dhairya Gandhi 66ce8d8066
Merge pull request #728 from shreyas-kowshik/gn_news_patch
Added GroupNorm to docs and News.md
2019-04-09 17:58:56 +05:30
Shreyas 2a6eb35a71 Added GroupNorm to docs and News.md 2019-04-05 23:16:46 +05:30
Dhairya Gandhi 30fc68047e
Merge pull request #727 from hossein-pourbozorg/patch-1
add other optimizers to documentation
2019-04-05 20:18:24 +05:30
Mike J Innes 54d9229be9
Merge pull request #710 from johnnychen94/master
naive implementation of activations
2019-04-05 15:33:31 +01:00
Johnny Chen a300376f71
fix a typo in comment
`inplementation` --> `implementation`
2019-04-05 19:19:30 +08:00
JohnnyChen 4626f7568c rewrite one test case 2019-04-05 18:50:15 +08:00
JohnnyChen 3cafbbad02 simplify the implementation 2019-04-05 18:44:00 +08:00
JohnnyChen de7a5f4024 correct the function behavior; support Any type 2019-04-05 18:16:44 +08:00
Hossein Pourbozorg cad2df2c41
add other optimizers to documentation 2019-04-05 01:25:21 +04:30
bors[bot] bd9d73a941 Merge #655
655: Added support for Float64 for DepthwiseConv r=dhairyagandhi96 a=thebhatman

DepthwiseConv was giving errors for Float64. This fixes the issue.

Co-authored-by: Manjunath Bhat <manjunathbhat9920@gmail.com>
2019-04-04 17:25:52 +00:00
Dhairya Gandhi 1963f30911
Merge pull request #726 from dhairyagandhi96/iris
use cached iris dataset
2019-04-04 22:46:21 +05:30
Dhairya Gandhi 9c8175b1c0 fixes 2019-04-04 22:32:01 +05:30