Yueh-Hua Tu
|
634d34686e
|
Add new constructors and test
|
2018-08-24 10:31:13 +08:00 |
|
Yueh-Hua Tu
|
5b37319289
|
Add Maxpool and Meanpool
|
2018-08-01 00:10:53 +08:00 |
|
Matthew Kelley
|
864d72eef5
|
Overload Base.eps() for TrackedReal
|
2018-06-26 23:55:43 -06: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 |
|
Mike J Innes
|
0a04e3ba61
|
Chain activations
|
2018-06-26 14:30:46 +01:00 |
|
Mike J Innes
|
7726a5b605
|
inferrable
|
2018-06-26 14:12:57 +01:00 |
|
Mike J Innes
|
3b575930ca
|
Merge branch 'master' into scalar_pad_stride
|
2018-06-26 14:05:07 +01:00 |
|
Tejan Karmali
|
d20771d6be
|
Default value of dilation
dilation should be 1 by default
|
2018-06-09 02:29:46 +05:30 |
|
Mike J Innes
|
4915b0c8dd
|
Merge pull request #268 from staticfloat/patch-2
Add `dilation` kwarg to `Conv`
|
2018-06-07 13:49:02 +01:00 |
|
Elliot Saba
|
e6efca4bf4
|
Add dilation kwarg to Conv
Now that we have dilated convolution support in `NNlib`, this is enables support in Flux's `Conv` layer.
|
2018-05-21 13:44:13 -07:00 |
|
James Bradbury
|
af12f006f2
|
Use broadcast for dropout
Should be fast enough on GPU now that it's not going to be an optimization target again for a while. Hopefully isn't meaningfully slower on CPU?
|
2018-05-20 04:04:33 -07:00 |
|
Mike J Innes
|
7d7d89569c
|
rm this deprecation for 0.6
|
2018-05-01 12:20:36 +01:00 |
|
Mike J Innes
|
baff20514d
|
gpu broadcast fix
|
2018-04-17 18:05:58 +01:00 |
|
Mike J Innes
|
8f73dc6e14
|
fix gpu cross entropy
|
2018-04-17 17:56:47 +01:00 |
|
tejank10
|
2ef25775c6
|
removed extra expand and fixed bug
|
2018-04-16 01:18:26 +05:30 |
|
Mike Innes
|
d12fb98f2a
|
nicer batchnorm shape error
|
2018-04-15 20:29:25 +01:00 |
|
tejank10
|
2f5473d435
|
added expand in conv constructor
|
2018-04-16 00:59:11 +05:30 |
|
Mike J Innes
|
5fd240f525
|
interface tweaks
|
2018-04-15 20:04:42 +01:00 |
|
Mike J Innes
|
73a0be3e04
|
Merge branch 'master' into pull-request/07b0f95d
|
2018-04-15 17:10:29 +01:00 |
|
tejank10
|
b080f5c82e
|
Scalar pad and stride
|
2018-04-15 20:32:40 +05:30 |
|
Mike J Innes
|
cb3ae8df6a
|
rename normalise.jl
|
2018-04-15 15:45:46 +01:00 |
|
tejank10
|
f6097d58d6
|
Scalar pad/stride for Conv constructor
|
2018-04-15 12:15:41 +05:30 |
|
Brad Safnuk
|
b9a66c679d
|
Fix error in initialization of σ.
|
2018-03-22 22:20:21 -04:00 |
|
Brad Safnuk
|
35299d4621
|
Fix type instability when loading onto a gpu.
Also fixes Issue #216.
|
2018-03-22 21:32:32 -04:00 |
|
Brad Safnuk
|
db2d9efb72
|
Update BatchNorm documentation
|
2018-03-15 21:59:38 -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 |
|
Mike J Innes
|
8019f789f8
|
use normal log
|
2018-03-01 16:35:49 +00:00 |
|
Mike J Innes
|
ac57fc3c26
|
use @ fix in a few places
|
2018-03-01 16:31:20 +00:00 |
|
Mike J Innes
|
c2fea2acf6
|
revert this
|
2018-02-28 23:06:53 +00:00 |
|
Mike J Innes
|
7606b1a399
|
single-batch convolution
|
2018-02-28 14:25:32 +00:00 |
|
Mike J Innes
|
15d1d3256b
|
conv api updates
|
2018-02-26 22:43:07 +00:00 |
|
Mike J Innes
|
491785a681
|
ignore state in mapleaves
|
2018-02-22 00:22:51 +00:00 |
|
Mike J Innes
|
ec65e2cec7
|
fix printing
|
2018-02-22 00:21:48 +00:00 |
|
Mike J Innes
|
989adcdc7d
|
gpu fix
|
2018-02-17 12:41:53 +00:00 |
|
Mike J Innes
|
7aa6854c64
|
more correct
|
2018-02-16 00:06:15 +00:00 |
|
Mike J Innes
|
63862c2324
|
easier initialisation with weights
|
2018-02-15 20:52:29 +00:00 |
|
Mike J Innes
|
01c31e7fcc
|
conv bias
|
2018-02-15 20:15:41 +00:00 |
|
Mike J Innes
|
2f29733888
|
Merge branch 'master' into HEAD
|
2018-02-13 14:45:37 +00:00 |
|
Mike J Innes
|
8432d8db06
|
batchnorm fix
|
2018-02-13 14:02:35 +00:00 |
|
Mike J Innes
|
fcbdc49d6b
|
fix reserve usage
|
2018-02-08 10:27:26 +00:00 |
|
boathit
|
6e65789828
|
Register back! for logsigmoid and implement (logit)binarycrossentropy
|
2018-02-06 19:32:46 +08:00 |
|
Mike J Innes
|
9a6fcf057b
|
hook up interface
|
2018-02-02 16:42:18 +00:00 |
|
Mike J Innes
|
0f1e7b5578
|
update rnn structure
|
2018-02-01 20:57:39 +00:00 |
|
Mike J Innes
|
4bfb603da6
|
gru forward
|
2018-01-31 13:46:55 +00:00 |
|
Mike J Innes
|
4207fb98f2
|
basic GPU tests
|
2018-01-16 17:58:14 +00:00 |
|
Mike J Innes
|
8f8589a7f4
|
fix initialisation
|
2018-01-10 14:11:52 +00:00 |
|
Mike J Innes
|
b44237468e
|
Merge branch 'master' into gru
|
2018-01-10 13:59:33 +00:00 |
|
Mehul Tikekar
|
2fef799109
|
fix typo in conv.jl (fixes #133)
|
2018-01-08 16:46:58 -05:00 |
|