Troels Arnfred Bojesen
|
af96a197c1
|
Fix Glorot initialization
Should fix #442
|
2019-11-20 13:20:42 +09:00 |
Troels Arnfred Bojesen
|
2b80573248
|
Fix Glorot initialization, add He initialization
Should fix #442 .
Adds He weight initialization as a bonus :-)
|
2019-11-19 18:16:29 +09:00 |
Troels Arnfred Bojesen
|
4530ac65c7
|
Fix Glorot initialization, add He initialization
Should fix the issue reported at https://github.com/FluxML/Flux.jl/issues/442 .
Adds He weight initialization as a bonus :-)
|
2019-11-19 16:50:40 +09:00 |
Mike Innes
|
b951377426
|
fix normalisation layer params
|
2019-09-19 15:33:24 +01:00 |
Mike J Innes
|
67c38b3099
|
Merge branch 'master' into zygote
|
2019-09-06 15:18:58 +01:00 |
DrChainsaw
|
9b96a3d69b
|
Change to array due to "type definition not allowed inside a local scope"
|
2019-07-09 01:15:55 +02:00 |
DrChainsaw
|
16d5f2bc24
|
Add x to seen in prefor to avoid infinite recursion if passed something self-referential
|
2019-07-08 23:11:35 +02:00 |
Mike J Innes
|
0c265f305a
|
fix most tests
|
2019-05-02 18:52:09 -07:00 |
Mike J Innes
|
f9d8ea81fb
|
move jacobian test to Tracker
|
2019-05-02 18:52:09 -07:00 |
Dhairya Gandhi
|
eb9da4084f
|
remove spurious line change
|
2019-02-15 20:33:21 +05:30 |
Dhairya Gandhi
|
c50ad6cdb5
|
Merge branch 'master' into tiny_stack_bugfix
|
2019-02-15 20:20:01 +05:30 |
Anand Bisen
|
3670fabbe6
|
add tests for stack and unstack
|
2019-01-29 01:41:15 -08:00 |
Mike J Innes
|
791939709b
|
numeric precision utilities
|
2019-01-25 10:06:37 +00:00 |
kolia
|
9b897fc601
|
Tiny bugfix: `stack` was still calling julia 0.6 `cat`
Also added tiny test for good measure.
|
2018-12-20 10:03:21 -05: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 Innes
|
995543f648
|
rm dates
|
2018-08-17 11:44:01 +01:00 |
ayush1999
|
89881a9b21
|
utils errors fixed
|
2018-08-11 14:36:33 +01:00 |
Josh Christie
|
5186e3ba18
|
Updates for julia 1.0
|
2018-08-11 10:51:07 +01:00 |
Simon Mandlik
|
0471c489e6
|
depwarns
|
2018-08-03 15:14:25 +01:00 |
Mike J Innes
|
7057ca739e
|
fix std usage
|
2018-08-03 12:56:27 +01:00 |
Mike J Innes
|
0f7a1ec022
|
test params funct
|
2018-02-08 16:13:20 +00:00 |
Mike J Innes
|
23096824d5
|
import jacobian
|
2017-12-13 17:29:32 +00:00 |
Mike J Innes
|
95d1287455
|
Merge branch 'master' into jacobian
|
2017-12-13 17:06:23 +00:00 |
baggepinnen
|
385dee9d16
|
Add jacobian function
|
2017-12-08 14:46:12 +01:00 |
Elliot Saba
|
c59b820bed
|
Add glorot (Xavier) initialization
Set default `Dense` and `RNN` inits to `glorot_uniform()` for `W`, `zeros` for `b`.
|
2017-12-05 14:24:48 -08:00 |
Mike J Innes
|
e05fea7eb4
|
organise tests
|
2017-08-19 20:20:20 +01:00 |