Mike J Innes
|
a3e0de1ee5
|
fixes #516
|
2019-01-15 15:49:18 +00:00 |
|
Mike J Innes
|
67d9016319
|
Merge pull request #538 from KristofferC/kc/promote
fix promotion by avoiding integer division in mse and crossentropy
|
2019-01-15 13:20:46 +00: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 |
|
Mike J Innes
|
827a7b8ed5
|
Merge pull request #546 from ChrisRackauckas/random
Support random numbers as constants
|
2019-01-11 10:06:54 +00:00 |
|
Mike J Innes
|
aa1b4f410f
|
simplify
|
2019-01-11 10:06:14 +00:00 |
|
Christopher Rackauckas
|
f6faa10ee2
|
remove non-type dispatches
|
2019-01-10 08:57:10 -08:00 |
|
Mike J Innes
|
f0d5624ed2
|
Merge pull request #493 from dhairyagandhi96/master
[WIP] New Optimiser Docs
|
2019-01-10 11:10:38 +00:00 |
|
Dhairya Gandhi
|
4291c1a833
|
pull master
|
2019-01-10 16:35:57 +05:30 |
|
Mike J Innes
|
e6f925f977
|
train docstring simplification
|
2019-01-10 11:05:21 +00:00 |
|
Dhairya Gandhi
|
f00e1cdedf
|
[docs] replace :stop with Flux.stop()
|
2019-01-10 16:34:07 +05:30 |
|
Mike J Innes
|
735b970c12
|
fix update for scalars
|
2019-01-10 10:19:05 +00:00 |
|
Christopher Rackauckas
|
3ee5a99794
|
hit all possibilities
|
2019-01-09 23:15:21 -08:00 |
|
Christopher Rackauckas
|
cf061e9207
|
support random numbers as constants
|
2019-01-09 23:04:12 -08:00 |
|
Dhairya Gandhi
|
7484c54f03
|
fix train! API syntax docstring
|
2019-01-08 00:32:55 +05:30 |
|
Mike J Innes
|
6b11c552f3
|
better h/vcat, fixes #378
|
2018-12-19 11:19:01 +00:00 |
|
Mike J Innes
|
cdfc97f7c6
|
fix fix_dec
|
2018-12-19 11:18:44 +00:00 |
|
Mike J Innes
|
a32c8a2e60
|
Merge pull request #499 from willtebbutt/wct/leq
Deal with <= for TrackedReals
|
2018-11-28 00:37:32 +00:00 |
|
Mike J Innes
|
dd154ca049
|
Merge pull request #294 from avik-pal/cudnn_batchnorm
Wrapper for CuDNN BatchNorm
|
2018-11-27 23:51:32 +00:00 |
|
Mike J Innes
|
1c36504768
|
fixup
|
2018-11-27 18:44:07 -05:00 |
|
Mike J Innes
|
7992de5cba
|
update requires syntax
|
2018-11-27 18:31:05 -05:00 |
|
Avik Pal
|
1d5b3429ea
|
Missing brackets
|
2018-11-20 09:26:48 +05:30 |
|
Will Tebbutt
|
c7f5026bd9
|
Deal with <= for TrackedReals
|
2018-11-18 13:06:32 +00:00 |
|
Mike J Innes
|
3d41dca338
|
immutable chain
|
2018-11-16 12:22:15 +00:00 |
|
Mike J Innes
|
6ac5345339
|
better printing
|
2018-11-14 23:53:30 +00:00 |
|
Mike J Innes
|
325035cf60
|
array conversions
|
2018-11-14 23:48:32 +00:00 |
|
Christopher Rackauckas
|
f20fa65848
|
Add missing eps overload for TrackedReal
`eps` can be called on the number type as well, and this is missing from the TrackedReal overloads.
|
2018-11-14 09:58:41 -08:00 |
|
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
|
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
|
b3331205d1
|
faster default gradient performance
|
2018-11-12 23:39:25 +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 |
|
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
|
d0e4fbb1e0
|
Merge branch 'master' into ed/diagm-pair
|
2018-11-05 11:51:29 +00:00 |
|