Avik Pal
|
dfd680646c
|
Fix conflict
|
2018-11-14 22:18:57 +05:30 |
|
Mike J Innes
|
3ef6bfc0ac
|
Merge pull request #473 from avik-pal/patch-2
Update CUDNN function calls
|
2018-11-14 16:07:02 +00:00 |
|
Mike J Innes
|
1eea125582
|
require adapt 0.4
|
2018-11-14 10:54:51 -05:00 |
|
Mike J Innes
|
cbc29c889a
|
old cuarrays compat
|
2018-11-14 10:53:26 -05:00 |
|
Mike J Innes
|
a57f66e58a
|
adapt updates
|
2018-11-14 15:36:18 +00:00 |
|
Mike J Innes
|
fc9f1e101f
|
package updates
|
2018-11-12 23:45:04 +00:00 |
|
Mike J Innes
|
b3331205d1
|
faster default gradient performance
|
2018-11-12 23:39:25 +00:00 |
|
Mike J Innes
|
95fb46018d
|
Merge pull request #390 from FluxML/f32
Proposal: Initialise all weights as Float32
|
2018-11-12 20:44:47 +00:00 |
|
Mike J Innes
|
75ecc0b6ba
|
downconversion for conv
|
2018-11-12 20:21:27 +00:00 |
|
Mike J Innes
|
903db70673
|
float32 param initialisers
|
2018-11-12 20:10:47 +00:00 |
|
Dhairya Gandhi
|
1ea8c5a293
|
[WIP] add docstrings and doc improvements
|
2018-11-12 19:17:10 +05:30 |
|
Dhairya Gandhi
|
07397bc950
|
[WIP] add links to sgd
|
2018-11-12 17:53:53 +05:30 |
|
Dhairya Gandhi
|
4562682528
|
[WIP] add optimiser docs
|
2018-11-12 17:42:52 +05:30 |
|
Avik Pal
|
9f12e8ec68
|
Make the test more reliable
|
2018-11-10 14:00:25 +05:30 |
|
Avik Pal
|
4df9e10516
|
Add test for 2D inputs
|
2018-11-10 11:52:23 +05:30 |
|
Avik Pal
|
d6aacf4135
|
Fix reshape
|
2018-11-10 11:43:49 +05:30 |
|
Avik Pal
|
e2ae8b4e8d
|
Fix dimensions
|
2018-11-10 11:35:58 +05:30 |
|
Avik Pal
|
3bc809f49e
|
dropdims to make the array 2d
|
2018-11-10 11:25:37 +05:30 |
|
Avik Pal
|
4d703b31a1
|
Reshape 2D tensors to use cudnn batchnorm
|
2018-11-08 19:23:07 +05:30 |
|
Avik Pal
|
564518e448
|
Merge branch 'master' of https://github.com/FluxML/Flux.jl into cudnn_batchnorm
|
2018-11-08 19:13:34 +05:30 |
|
Avik Pal
|
02efc264e7
|
Fix unintentional change to spaces
|
2018-11-08 19:12:38 +05:30 |
|
Mike J Innes
|
30486f9c03
|
Merge pull request #441 from Paethon/rm_initn
Removes initn initialization
|
2018-11-08 13:25:02 +00:00 |
|
Mike J Innes
|
5e572df557
|
Merge pull request #485 from dhairyagandhi96/master
Add call back
|
2018-11-08 13:18:17 +00:00 |
|
Dhairya Gandhi
|
392c3c942b
|
re-add removed call function
|
2018-11-08 18:44:57 +05:30 |
|
Mike J Innes
|
a88b7528bf
|
constructor deprecations
|
2018-11-06 08:19:46 -05:00 |
|
Mike J Innes
|
0c19dad700
|
include cudnn.jl
|
2018-11-06 12:39:54 +00:00 |
|
Mike J Innes
|
39dcfd3933
|
Merge pull request #469 from invenia/ed/hang-draw-and-quarter
Stop type treason with show of the TrackedArray type
|
2018-11-06 11:54:07 +00:00 |
|
Mike J Innes
|
4763473079
|
fixed method
|
2018-11-06 11:50:04 +00:00 |
|
Mike J Innes
|
8042198475
|
Merge pull request #479 from dhairyagandhi96/master
Fix deprecations of optimisers
|
2018-11-05 13:01:59 +00:00 |
|
Mike J Innes
|
d071014fae
|
Merge pull request #448 from JobJob/adam-match-paper
Match paper for Adam implementation and make epsilon use more consistent
|
2018-11-05 12:57:30 +00:00 |
|
Mike J Innes
|
a9e6ace308
|
Merge pull request #467 from invenia/ed/diagm-pair
Add new-style diagm to tracker
|
2018-11-05 12:23:16 +00:00 |
|
Mike J Innes
|
d0e4fbb1e0
|
Merge branch 'master' into ed/diagm-pair
|
2018-11-05 11:51:29 +00:00 |
|
Mike J Innes
|
5df48fbc5d
|
fix
|
2018-11-05 11:49:38 +00:00 |
|
Eric Davies
|
6b0b51e390
|
Stop type treason with show of the TrackedArray type
|
2018-11-02 16:00:58 -05:00 |
|
Joel Mason
|
29832aca92
|
Move some epsilons about
|
2018-11-02 22:59:04 +11:00 |
|
Dhairya Gandhi
|
5ec70fe29d
|
allow array parameters to old optimisers
|
2018-11-01 22:17:54 +05:30 |
|
Mike J Innes
|
c71c610747
|
separate gradient library
|
2018-11-01 15:35:55 +00:00 |
|
Dhairya Gandhi
|
ca4e01ac26
|
use user defined decay in ADAMW
|
2018-11-01 15:58:40 +05:30 |
|
Dhairya Gandhi
|
58a6c3f225
|
fix deprecations
|
2018-11-01 15:02:00 +05:30 |
|
Avik Pal
|
4ba891f666
|
Remove unnecessary import
|
2018-11-01 09:37:48 +05:30 |
|
Avik Pal
|
c67e33f387
|
Make the changes backward compatible
|
2018-11-01 09:37:16 +05:30 |
|
Mike J Innes
|
43c5f90d93
|
Merge pull request #379 from dhairyagandhi96/master
New optimisers interface
|
2018-10-31 16:38:40 +00:00 |
|
Mike J Innes
|
b05cd41c99
|
require 1.0
|
2018-10-31 16:26:14 +00:00 |
|
Mike J Innes
|
46049b9f44
|
tweak update rule
|
2018-10-31 16:08:18 +00:00 |
|
Mike J Innes
|
554c4c7c7a
|
return Params from params
|
2018-10-31 15:50:08 +00:00 |
|
Mike J Innes
|
4a54d30cbf
|
correct SGD deprecation
|
2018-10-31 15:30:30 +00:00 |
|
Mike J Innes
|
bffaceee02
|
tweaks
|
2018-10-31 14:58:55 +00:00 |
|
Mike J Innes
|
70283e1971
|
Merge pull request #465 from FluxML/mji/once
Destroy AD graph when doing in-place gradients
|
2018-10-31 14:14:38 +00:00 |
|
Mike J Innes
|
9312536b96
|
Merge pull request #461 from Roger-luo/roger-patch-1
Support view for TrackedArray
|
2018-10-30 15:24:05 +00:00 |
|
Mike J Innes
|
77178b7d67
|
remove old-style definition and test
|
2018-10-30 14:21:22 +00:00 |
|