Commit Graph

153 Commits

Author SHA1 Message Date
Lyndon White f0cc4a328d make Maxout trainable 2019-03-25 16:02: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 fcc3ec471a Add MaxOut layer 2019-03-18 12:19:44 +00:00
chengchingwen 59da68b4d9 update test 2019-03-14 21:55:37 +08:00
Manjunath Bhat 57a52e3375
Error of recurrent decimals fixed. 2019-03-12 02:58:32 +05:30
Manjunath Bhat 61386c04f8
Tests added. 2019-03-12 02:36:37 +05:30
Manjunath Bhat d4a1d33a31
Added Float64 tests for DepthwiseConv 2019-03-09 20:17:22 +05:30
David Pollack 83b4b3a714 changes based on PR comments 2019-03-07 09:46:44 +01:00
David Pollack 129a708b6f instance normalization 2019-03-07 09:46:44 +01:00
KristofferC 9914c531f6 work around extreme slowdown due julia performance bug 2019-02-06 16:19:29 +01:00
Avik Pal 2f3ad56166 Add test for Depthwise Conv 2019-01-24 18:53:04 +05:30
chengchingwen 06003b72c7 noise shape for dropout 2019-01-22 23:51:38 +08:00
Kristoffer Carlsson c74aa67c5d fix promotion by avoiding integer division in mse and crossentropy
oops

add tests
2019-01-15 14:15:05 +01:00
Avik Pal dfd680646c Fix conflict 2018-11-14 22:18:57 +05:30
Mike J Innes 903db70673 float32 param initialisers 2018-11-12 20:10:47 +00:00
Avik Pal 2559e7b4e6 Fix merge conflicts 2018-10-23 21:53:29 +05:30
JohnnyChen 3bf18347e0 Fix dimensional error in test 2018-09-26 22:03:38 +08:00
JohnnyChen b20ae0546b rebase to pass the test 2018-09-26 20:30:13 +08:00
Avik Pal cc812a8f89 Fix tests 2018-09-11 17:30:54 +05:30
Avik Pal dd2fa77681 Fix tests 2018-09-11 17:06:18 +05:30
Avik Pal 7e7a501efd Fix tests 2018-09-11 16:32:14 +05:30
Avik Pal 8bea60d980
Merge branch 'master' into cudnn_batchnorm 2018-09-11 15:34:25 +05:30
Johnny Chen 44049ce00c
Merge branch 'master' into issue-#354 2018-09-06 09:39:31 -05:00
Mike J Innes 1e90226077 actually run tests 2018-09-04 14:35:20 +01:00
Mike J Innes 1e0fd07b09 use `expand` 2018-09-04 14:30:02 +01:00
Mike J Innes e6be639436 Merge branch 'master' into HEAD 2018-09-04 14:03:46 +01:00
Johnny Chen b35664c59f Update testsets 2018-08-25 16:30:46 +08:00
Yueh-Hua Tu 634d34686e Add new constructors and test 2018-08-24 10:31:13 +08:00
Johnny Chen 4baf85bbe2 update Testset of basic.jl 2018-08-23 22:29:03 +08:00
Johnny Chen 81e5f7c991 Update test/layers/basic.jl 2018-08-23 21:59:41 +08:00
Johnny Chen 6743d52d08 Fix issue #354 2018-08-23 21:34:11 +08:00
Avik Pal d3c78a80be Fix layers errors 2018-08-11 17:20:27 +05:30
Avik Pal 3b448ce1ac
Merge branch 'master' into cudnn_batchnorm 2018-08-11 15:02:55 +05:30
Simon Mandlik 0471c489e6 depwarns 2018-08-03 15:14:25 +01:00
pevnak 3510c837a8 zeros replaced by zero 2018-08-03 15:14:25 +01:00
Avik Pal da7fe93b31 Fix test 2018-07-17 09:47:45 +05:30
Avik Pal 646db81f94 Pull BatchNorm CPU updates 2018-07-17 09:24:38 +05:30
CarloLucibello 185e9148b6 fix cpu batchnorm 2018-07-16 07:11:33 +02:00
Matthew Kelley 0e95be3326 Call Flux.Tracker.data() on ŷ for bce 2018-06-26 14:48:51 -06:00
Matthew Kelley ed032cdb1e Change epsilon value to eps(ŷ) 2018-06-26 12:29:06 -06:00
Matthew Kelley e08fd7a6d2 Added epsilon term to binarycrossentropy 2018-06-26 11:43:16 -06:00
Avik Pal a4e35e9e91 Adjust atol in tests 2018-06-20 16:22:25 +05:30
Mike J Innes 5fd240f525 interface tweaks 2018-04-15 20:04:42 +01:00
Brad Safnuk 07b0f95d61 Tests for batch norm with 2D and 3D convolutions. 2018-03-15 22:52:09 -04:00
Brad Safnuk 6653ec86d9 Allow multidimensional inputs to batchnorm.
Can be used in conjunction with convolutional layers, in addition
to dense layers, with the same api.
2018-03-15 21:48:59 -04:00
boathit 6e65789828 Register back! for logsigmoid and implement (logit)binarycrossentropy 2018-02-06 19:32:46 +08:00
Mike J Innes e3a688e706 use kwarg 2017-12-13 15:27:15 +00:00
Mike J Innes 128725cefd Merge branch 'master' into sf/weighted_crossentropy 2017-12-13 15:14:47 +00:00
Elliot Saba 41446d547f Add `weighted_crossentropy` for imbalanced classification problems 2017-12-05 17:09:05 -08:00
Iblis Lin 7f5ba594a9 batchnorm: more test cases 2017-11-02 13:32:12 +08:00
Iblis Lin ce46843459 batchnorm: add test cases 2017-11-02 13:32:12 +08:00
Mike J Innes cf6b930f63 reorganise 2017-10-26 11:46:12 +01:00