Commit Graph

1987 Commits

Author SHA1 Message Date
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
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
Mike J Innes c8badcd12f add news.md 2019-03-07 11:23:14 +00:00
Mike J Innes 5118771e3b pkg update 2019-03-07 11:04:40 +00:00
David Pollack 7b9b64f1cb change IN to in 2019-03-07 09:46:44 +01:00
David Pollack 83b4b3a714 changes based on PR comments 2019-03-07 09:46:44 +01:00
David Pollack c41f891005 changes based on the improved batchnorm in PR#633 2019-03-07 09:46:44 +01:00
David Pollack 129a708b6f instance normalization 2019-03-07 09:46:44 +01:00
Mike J Innes b5a148fa37 rm Tracker 2019-03-07 01:33:02 +00:00
Mike J Innes 3a4c6274fa
Merge pull request #651 from FluxML/mji/dogfood
Refactor training loop
2019-03-06 16:53:24 +00:00
Mike J Innes fc6232b779
Merge pull request #633 from Sklan/patch-3
Improving BatchNorm
2019-03-06 16:23:03 +00:00
thebhatman 8e5965ac41 Indentation fixed 2019-03-05 16:28:05 +05:30