Commit Graph

2048 Commits

Author SHA1 Message Date
Lyndon White
f0cc4a328d make Maxout trainable 2019-03-25 16:02:46 +00:00
Mike J Innes
eeed8b24c3
Merge pull request #681 from dellison/stopdoc
add Flux.stop to training docs
2019-03-25 15:07:07 +00:00
Shreyas Kowshik
b64a9841bc
Merge pull request #1 from FluxML/master
Update
2019-03-24 14:31:59 +05:30
Dhairya Gandhi
912306dfbb
Merge pull request #694 from FluxML/tag_v5
Add Tracker to REQUIRE
2019-03-22 23:36:24 +05:30
Dhairya Gandhi
9249f64e1d add Tracker to REQUIRE 2019-03-22 23:35:29 +05:30
Dhairya Gandhi
f956468e74
Merge pull request #693 from FluxML/tag_v5
Update NNlib
2019-03-22 22:08:16 +05:30
Dhairya Gandhi
db7f1a52db update nnlib 2019-03-22 21:51:04 +05:30
Tim Besard
f2dc57f938
Merge pull request #600 from FluxML/tb/cuptr
Adapt to the new CUDAdrv.CuPtr pointer type.
2019-03-22 14:37:55 +01:00
Tim Besard
0734eeb50e Check CuArrays major version. 2019-03-22 14:15:26 +01:00
Dhairya Gandhi
bc06861320 fix indirect import 2019-03-22 14:15:26 +01:00
Tim Besard
959dd247bf Import CUDAdrv stuff through CuArrays. 2019-03-22 14:15:26 +01:00
Tim Besard
df509ce9f0 Adapt to the new CUDAdrv.CuPtr pointer type. 2019-03-22 14:15:26 +01:00
Mike J Innes
b637311642
Merge pull request #647 from oxinabox/ox/maxout
Add MaxOut layer
2019-03-22 12:18:53 +00:00
Lyndon White
401d3da884 no arg closures 2019-03-21 17:04:52 +00:00
Lyndon White
7d247ea25b update docstring 2019-03-18 12:20:46 +00:00
Nick Robinson
025d9b678d Update docs/src/models/layers.md
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:20:46 +00:00
Nick Robinson
f222555deb Update src/Flux.jl
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:20:46 +00:00
Nick Robinson
2bc4b8d1a4 Update docs/src/models/layers.md
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:20:46 +00:00
Lyndon White
ca68bf9bec correct casing 2019-03-18 12:20:46 +00:00
Lyndon White
e23c8ddd13 take zero-arge closure 2019-03-18 12:20:46 +00:00
Lyndon White
c76b9c7e2c fix docs 2019-03-18 12:20:46 +00:00
Lyndon White
838047f708 fix docs 2019-03-18 12:19:44 +00:00
Kristoffer Carlsson
b84a60e74e Update src/layers/basic.jl
Co-Authored-By: oxinabox <oxinabox@ucc.asn.au>
2019-03-18 12:19:44 +00:00
Lyndon White
c1a33c556f do things to docs 2019-03-18 12:19:44 +00:00
Lyndon White
fcc3ec471a Add MaxOut layer 2019-03-18 12:19:44 +00:00
Lyndon White
79de829fdc move Dense's overloads to be near its defn 2019-03-18 12:18:14 +00:00
chengchingwen
59da68b4d9 update test 2019-03-14 21:55:37 +08:00
chengchingwen
934f0840b2 change API to dims 2019-03-14 21:51:28 +08:00
David Ellison
263a3248f6 add Flux.stop to training docs 2019-03-11 19:52:05 -07:00
Mike J Innes
22cb732657
Merge pull request #652 from joshua-whittemore/add-module-to-download-iris-dataset
Add module to make iris dataset available.
2019-03-11 15:32:40 +00:00
Mike J Innes
7da7fe98d6
Merge branch 'master' into add-module-to-download-iris-dataset 2019-03-11 15:31:05 +00:00
Mike J Innes
6b7f8a37dd
Merge pull request #676 from dhpollack/instancenorm_news
update NEWS.md with InstanceNorm
2019-03-10 12:18:24 +00:00
David Pollack
6654aae1ec update NEWS.md with InstanceNorm 2019-03-10 11:11:43 +01:00
Joshua Whittemore
61588f72ef add item to NEWS.md describing Data.Iris module 2019-03-09 13:20:35 -08:00
Joshua Whittemore
0cac373539 add tests for Data.Iris module 2019-03-09 13:02:59 -08:00
Joshua Whittemore
f061df3d23 resolves pull request #652 merge conflicts 2019-03-09 12:51:20 -08:00
Manjunath Bhat
d4a1d33a31
Added Float64 tests for DepthwiseConv 2019-03-09 20:17:22 +05:30
Mike J Innes
b348e31f07
Merge pull request #667 from FluxML/donottrack
rm Tracker
2019-03-08 11:38:37 +00:00
Mike J Innes
f5fb19093c
Update NEWS.md 2019-03-08 11:35:31 +00:00
Mike J Innes
194e2ecd50 update docs manifest 2019-03-08 11:20:39 +00:00
Mike J Innes
5c9cd44428 use registered tracker 2019-03-08 11:18:59 +00:00
Dhairya Gandhi
a481cd5cd6
Merge pull request #668 from thebhatman/patch-4
Add AlphaDropout to NEWS.md
2019-03-08 12:31:58 +05:30
Josh Whittemore
930ebaf217 Add module to make iris dataset available. 2019-03-07 16:56:23 -08:00
Manjunath Bhat
3de8c8ede5
Add AlphaDropout to NEWS.md 2019-03-08 03:10:02 +05:30
Elliot Saba
bc12a4d55a
Merge pull request #656 from thebhatman/patch-3
Added AlphaDropout which is used in SNNs.
2019-03-07 10:58:44 -08:00
Manjunath Bhat
c6e51f5cc2
Made lambda and alpha of eltype(x) 2019-03-07 23:42:38 +05:30
Manjunath Bhat
47c1324476
Merge branch 'master' into patch-3 2019-03-07 23:08:40 +05:30
Elliot Saba
82578bfb0d
Merge pull request #634 from dhpollack/instancenorm
instance normalization
2019-03-07 09:33:22 -08:00
Manjunath Bhat
1d310d4532
Removed {typeof(p)} 2019-03-07 21:55:26 +05:30
thebhatman
f4543b7adf Value of alpha updated and dot operations changed 2019-03-08 03:21:26 +05:30