Avik Pal
|
681d8c4dfc
|
Remove cache
|
2018-06-28 12:11:32 +05:30 |
|
Avik Pal
|
8f43258ab7
|
Get the batchnorm working without cache
|
2018-06-28 12:04:25 +05:30 |
|
Avik Pal
|
4916c8e6da
|
Add treelike for now
|
2018-06-27 14:54:49 +05:30 |
|
Avik Pal
|
24ba1c4e6c
|
Make changes as per the review
|
2018-06-23 11:02:41 +05:30 |
|
Avik Pal
|
91850a8baf
|
Add missing path to curnn.jl
|
2018-06-20 18:46:42 +05:30 |
|
Avik Pal
|
deb4950261
|
Make cuDNN take only 4D arrays
|
2018-06-20 15:54:38 +05:30 |
|
Avik Pal
|
3339ad5181
|
Integrate cudnn BatchNorm with Flux
|
2018-06-20 15:50:30 +05:30 |
|
Avik Pal
|
714ca23aba
|
Change default value of epsilon to prevent CuDNN BatchNorm warnings
|
2018-06-20 12:11:22 +05:30 |
|
Avik Pal
|
185f34d9fe
|
Add working backward pass
|
2018-06-20 12:09:54 +05:30 |
|
Avik Pal
|
bc47d02b3f
|
Remove uncessary imports
|
2018-06-17 12:40:01 +05:30 |
|
Avik Pal
|
af5ab7f9ef
|
Fix Tensor Descriptor Bug
|
2018-06-17 12:28:02 +05:30 |
|
Avik Pal
|
c6dcf079ce
|
Update file structure and make function calls correct
|
2018-06-17 11:47:49 +05:30 |
|
Avik Pal
|
24d13ac326
|
Fix missing parenthesis
|
2018-06-12 21:32:56 +05:30 |
|
Avik Pal
|
f12e367cab
|
Adding untested backward pass code
|
2018-06-12 18:26:09 +05:30 |
|
Avik Pal
|
a83e5d696d
|
Typo
|
2018-06-12 17:51:52 +05:30 |
|
Avik Pal
|
d4b066fdf9
|
Forward Pass for BatchNorm Added
|
2018-06-12 17:49:21 +05:30 |
|
Tejan Karmali
|
d20771d6be
|
Default value of dilation
dilation should be 1 by default
|
2018-06-09 02:29:46 +05:30 |
|
Tejan Karmali
|
4a24b69976
|
Merge branch 'master' into nadam-opt
|
2018-06-08 16:54:41 +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 |
|
Mike J Innes
|
af8f3348eb
|
Merge pull request #270 from staticfloat/sf/tracked_repeat
Add `TrackedArray` support for `repeat(x; inner, outer)`
|
2018-06-06 17:34:58 +01:00 |
|
Mike Innes
|
2370bdbe91
|
see #205
|
2018-06-06 17:01:28 +01:00 |
|
staticfloat@gmail.com
|
f390a39d77
|
Add TrackedArray support for repeat(x; inner, outer)
|
2018-05-22 17:41:05 -07: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
|
24ad384a38
|
Merge pull request #243 from gustafsson/catdim
Support for hcat and cat
|
2018-05-07 13:04:31 +01:00 |
|
Mike Innes
|
ef9077d9fa
|
style
|
2018-05-07 13:03:52 +01:00 |
|
Mike Innes
|
b59161a41e
|
export Tracker again
|
2018-05-05 17:15:18 +01:00 |
|
Johan Gustafsson
|
5fc6190956
|
RowVector tests
|
2018-05-02 16:10:39 +02:00 |
|
Johan Gustafsson
|
94bb064a0f
|
more tests of array promotion for concatenation
# Conflicts:
# test/tracker.jl
|
2018-05-02 16:00:29 +02:00 |
|
Johan Gustafsson
|
1c189c62ed
|
cat with multiple dims #156
Co-authored-by: americast <sayan.sinha@iitkgp.ac.in>
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
fb68529169
|
define back function right after forward function
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
509a2e59f6
|
cat promotions and mixed ranks
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
eaaf5fd34c
|
vcat arrays with ndims>2
|
2018-05-02 15:59:46 +02:00 |
|
Johan Gustafsson
|
bcef5c4ab5
|
Support hcat and cat
|
2018-05-02 15:59:46 +02:00 |
|
Mike J Innes
|
7d7d89569c
|
rm this deprecation for 0.6
|
2018-05-01 12:20:36 +01:00 |
|
Mike J Innes
|
9a7e6e9c5c
|
hold off on some things
|
2018-05-01 12:18:56 +01:00 |
|
CarloLucibello
|
e186b958dd
|
more exports
|
2018-05-01 12:13:14 +01:00 |
|
Mike J Innes
|
ee89a7797e
|
Merge pull request #245 from freeboson/adamax
Add AdaMax optimizer
|
2018-05-01 11:28:07 +01:00 |
|
Mike J Innes
|
5efbaddb97
|
Merge pull request #249 from ninjin/nin/minimum
[RFC] Backpropagation for `maximum` and `minimum`
|
2018-04-30 18:40:42 +01:00 |
|
Mike J Innes
|
73a51400b6
|
better error message
|
2018-04-30 12:09:15 +01:00 |
|
Pontus Stenetorp
|
cfd29b9c76
|
Backpropagation for maximum and minimum
|
2018-04-29 13:52:54 +01:00 |
|
Sujeet Akula
|
8c042bd522
|
element wise max()
|
2018-04-26 21:12:31 +10:00 |
|
Sujeet Akula
|
5e5f255f81
|
export typo
|
2018-04-26 17:42:04 +10:00 |
|
Sujeet Akula
|
4586bda5ab
|
export/test adamax
|
2018-04-26 17:40:11 +10:00 |
|
Sujeet Akula
|
b6508e2416
|
add adamax
|
2018-04-26 17:37:24 +10: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 |
|
Mike Innes
|
d12fb98f2a
|
nicer batchnorm shape error
|
2018-04-15 20:29:25 +01:00 |
|
Mike J Innes
|
8f29968c32
|
Merge pull request #207 from safnuk/pull-request/07b0f95d
BatchNorm for convolutions
|
2018-04-15 20:10:33 +01:00 |
|
Mike J Innes
|
683a73fed3
|
download info
|
2018-04-15 20:09:30 +01:00 |
|