JohnnyChen
|
de7a5f4024
|
correct the function behavior; support Any type
|
2019-04-05 18:16:44 +08:00 |
|
JohnnyChen
|
82595648e2
|
change 4-spaces tab to 2-spaces tab
|
2019-03-28 22:40:24 +08:00 |
|
JohnnyChen
|
13c58494ec
|
add x into results
|
2019-03-28 19:28:59 +08:00 |
|
Johnny Chen
|
c4ebd199db
|
move test cases to "basic" testset
|
2019-03-28 17:58:02 +08:00 |
|
Johnny Chen
|
47728b1899
|
fix test case error
|
2019-03-28 17:45:12 +08:00 |
|
JohnnyChen
|
5c2a071713
|
add support for 0-element Chain
|
2019-03-28 17:20:41 +08:00 |
|
JohnnyChen
|
ccfe0f8720
|
naive implementation of activations
|
2019-03-28 17:07:04 +08:00 |
|
Dhairya Gandhi
|
b5a6207350
|
add initial GPU CI conf
|
2019-03-26 18:49:23 +05:30 |
|
Mike J Innes
|
983d87525b
|
Merge pull request #699 from oxinabox/patch-5
add Maxout news item
|
2019-03-25 16:15:26 +00:00 |
|
Lyndon White
|
cd3926755a
|
add Maxout news item
|
2019-03-25 16:13:11 +00:00 |
|
Mike J Innes
|
8a55969492
|
Merge pull request #698 from oxinabox/ox/learnablemaxout
make Maxout trainable
|
2019-03-25 16:06:32 +00:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|