Mike J Innes
903db70673
float32 param initialisers
2018-11-12 20:10:47 +00:00
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
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
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
Dhairya Gandhi
bebf4eb95f
fixed ExpDecay update! rule
2018-10-29 23:12:24 +05:30
Mike J Innes
59cfe3e891
Merge pull request #471 from FluxML/kf/broadcastvcheck
...
Add VERSION check around broadcast piracy
2018-10-29 15:20:10 +00:00
Keno Fischer
baf868e851
Add VERSION check around broadcast piracy
2018-10-28 16:07:26 -04:00
Dhairya Gandhi
32ce2d78b8
fixed ExpDecay test
2018-10-27 19:53:06 +05:30
Dhairya Gandhi
ea508a79b0
use explicit update! rule
2018-10-27 19:39:56 +05:30
Dhairya Gandhi
815e8c206d
decay fixes
2018-10-27 19:26:42 +05:30
Mike J Innes
b77433cdfd
0.7 fix
2018-10-27 12:23:14 +01:00
Eric Davies
9f9803eec6
Add new-style diagm to tracker
2018-10-26 14:44:59 -05:00
Roger-luo
e5d58699e6
fix and add test
2018-10-26 14:06:17 -04:00
Mike J Innes
c21d768b7c
destroy AD graph when doing in-place gradients
2018-10-26 16:57:19 +01:00
Mike J Innes
44ccdb7ca9
project/manifest
2018-10-26 15:39:32 +01:00
Roger-luo
a3cda9016c
apply Mike's change
2018-10-25 13:48:33 -04:00
Mike J Innes
bd004bf2db
Merge pull request #460 from avik-pal/patch-1
...
Add missing export for DepthwiseConv
2018-10-25 09:30:59 +01:00
Roger-luo
5f99e5775a
fix #458
2018-10-24 15:40:10 -04:00
Avik Pal
ec2c00783d
Add missing export for DepthwiseConv
2018-10-24 22:18:26 +05:30
Mike J Innes
bbccdb3eec
Merge pull request #279 from avik-pal/depthwiseconv
...
Adds support for Depthwise Convolutions
2018-10-23 17:22:15 +01:00
Mike J Innes
96dbae2d20
Omega and Turing fix
2018-10-23 11:30:37 +01:00
Sebastian Stabinger
94e5e9f993
Removes initn initialization
...
Is replaced with glorot_uniform for Conv following Keras
2018-10-17 17:11:16 +02:00
Mike J Innes
cb773e54c0
Merge pull request #439 from JuliaDocsForks/juliadocs/cap-documenter
...
Cap Documenter.jl to 0.19 on Travis
2018-10-17 10:21:31 +01:00
Morten Piibeleht
85d56ad8e9
Cap Documenter.jl to 0.19 on Travis
...
Documenter 0.20 will introduce breaking changes that will invalidate
existing make.jl setups. This commit makes sure that automatic Travis
builds will not use 0.20 automatically, in order to avoid sudden
documentation deployment failures once Documenter 0.20 gets tagged.
This commit has been generated by a script.
2018-10-17 16:38:35 +13:00
Avik Pal
3899907164
Update conv.jl
2018-10-11 21:39:35 +05:30
Dhairya Gandhi
edbcd3c9ea
fix train! test
2018-10-11 18:52:16 +05:30
Dhairya Gandhi
1f0f2a5ac2
fixed DescentWeightDecay parameters
2018-10-11 10:21:29 +05:30
Dhairya Gandhi
d8394298bb
fix merge conflicts
2018-10-11 10:15:59 +05:30