janEbert
a614983e0b
Improve parameter lists in optimisers.jl
2020-04-04 18:40:20 +02:00
janEbert
ab86e350f2
Improve docstrings
...
Improvements like...
- fixing typos,
- removing trailing and double whitespaces,
- using `jldoctest` blocks where applicable,
- fixing, updating or correctly setting up existing doctests,
- improving consistency (for example, always use "# Examples" instead
of other variants),
- removing empty lines between docstrings and functions,
- instead of mentioning keywords, put them into the docstring,
- adding some missing but useful keywords,
- adding references (`@ref`),
- using LaTeX math where applicable, and
- linking papers.
Debatable stuff that is untouched:
- BE/AE s/z irregularities ("normalise" versus "normalize") since
most papers use the AE version while the Flux source code was
written with BE spelling.
- Names of normalization functions are capitalized
("Batch Normalization" instead of "batch normalization").
2020-04-04 18:16:46 +02:00
bors[bot]
be38146ee9
Merge #1061
...
1061: fix a few typos in docstrings r=CarloLucibello a=visr
Co-authored-by: Martijn Visser <mgvisser@gmail.com>
2020-03-02 01:03:58 +00:00
Martijn Visser
d67a2e40b3
remove stray code block start from docstring
2020-03-01 15:20:40 +01:00
Martijn Visser
f4365dab94
fix docstring example indentation as well
2020-03-01 15:19:22 +01:00
Martijn Visser
32e0aa9fcb
docstring ensure signature code formatting
...
by using a four space indent instead of two
2020-03-01 15:15:39 +01:00
Martijn Visser
6076847a45
fix a few typos in docstrings
2020-03-01 15:07:12 +01:00
CarloLucibello
97141e8c98
improve docstring
2020-02-29 18:51:00 +01:00
CarloLucibello
487002878e
restrict train! special casing
2020-02-29 18:51:00 +01:00
CarloLucibello
b6c79b38b4
add DataLoader
...
special case train! for the unsupervised data iterator
2020-02-29 18:50:59 +01:00
CarloLucibello
759fe9df2f
update docs and export update!
2020-02-26 20:27:39 +01:00
matsueushi
6ea7b95384
Remove unused using
2020-02-15 20:06:15 -05:00
Fredrik Bagge Carlson
e67f09c06d
Correct some comments in decay docs
2019-12-03 15:32:23 +08:00
Fredrik Bagge Carlson
6e94e59afd
Improve docs for decay optimisers
2019-12-03 15:27:44 +08:00
Mike J Innes
4f73e434a4
Merge pull request #935 from baggepinnen/patch-4
...
Fix AMSGrad on GPU
2019-11-19 12:58:37 +00:00
Fredrik Bagge Carlson
2da22f31f0
Avoid unnecessary conversion
...
This initialization works for both cpu and gpu
2019-11-19 16:31:04 +08:00
Fredrik Bagge Carlson
df7ffb0ef8
Fix AMSGrad on GPU
...
The previous initialization created a CPU array. Now, the same type of array as `x` is created.
2019-11-19 16:27:44 +08:00
Mike Innes
7ead2d6c7b
typo
2019-10-22 13:36:39 +01:00
Dhairya Gandhi
4477dd8d54
reviews
2019-10-10 20:27:11 +05:30
Dhairya Gandhi
f19066ee29
more docstrings
2019-10-10 16:48:12 +05:30
Dhairya Gandhi
fe52689cfe
in depth docstrings
2019-10-09 16:16:11 +05:30
Dhairya Gandhi
b503741651
expanded docstrings
2019-10-04 14:46:03 +05:30
Dhairya Gandhi
8013c728b1
clearer optimiser docstrings
2019-09-28 16:09:00 +05:30
Dhairya Gandhi
0175485a80
fixup
2019-09-27 22:08:25 +05:30
Dhairya Gandhi
8bb0db7d0c
opt docstrings
2019-09-27 22:04:53 +05:30
Mike J Innes
67c38b3099
Merge branch 'master' into zygote
2019-09-06 15:18:58 +01:00
Fredrik Bagge Carlson
cb3bfd72f3
Export RADAM from Optimise
2019-08-29 07:46:45 +08:00
Mike Innes
6c67404398
update cleanup
2019-08-19 15:44:51 +01:00
Fredrik Bagge Carlson
ebbad0d135
Add RADAM optimizer
2019-08-19 12:22:32 +08:00
Christopher Rackauckas
ed12d4e7c0
Momentum doesn't need params
2019-07-31 17:56:51 -04:00
thebhatman
cf5bc801d3
Check for nothing in update step
2019-07-08 19:22:23 +05:30
thebhatman
8d78b437ff
Merge branch 'sf/zygote_updated' of https://github.com/thebhatman/Flux.jl
2019-07-08 18:47:17 +05:30
thebhatman
b194e7e3a8
Callback being called now
2019-06-20 00:37:54 +05:30
Dhairya Gandhi
dd9cdbef14
remove uncessary call to beta
2019-06-16 19:09:50 +05:30
Dhairya Gandhi
67f18663d9
pick beta from state in NADAM
2019-06-16 19:06:59 +05:30
Mike J Innes
92ddc618f8
update for arrays
2019-05-02 18:57:52 -07:00
Mike J Innes
c70276ddfe
rm more deprecations
2019-05-02 18:57:52 -07:00
Mike J Innes
256695262c
rm optimiser deprecations
2019-05-02 18:54:01 -07:00
Mike J Innes
c313be8e95
rm data/param
2019-05-02 18:52:09 -07:00
Mike J Innes
aa4d221f8c
break all the things
2019-05-02 18:50:52 -07:00
Dhairya Gandhi
221670a2b1
Merge pull request #733 from thebhatman/expdecay-fix
...
Fixed ExpDecay
2019-05-01 18:58:37 +05:30
Hossein Pourbozorg
7f06b15f67
use https instead of http for web links
2019-04-25 11:04:03 +00:00
thebhatman
31a50ab16a
Fixed ExpDecay
2019-04-11 17:28:06 +05:30
Mike Innes
4cf43c0c41
simpler/nicer training loop
2019-02-28 14:58:42 +00:00
Mike J Innes
0f8a4a48c6
extend update! with an optimiser
2019-01-28 14:10:09 +00:00
Mike J Innes
0f2975d905
update -> apply
2019-01-28 13:59:23 +00:00
Mike J Innes
f6397e7358
Merge pull request #517 from FluxML/fix_adamw
...
Fix decay argument in ADAMW
2019-01-18 10:06:23 +00: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