Mike Innes
|
7d6ec2365f
|
fixes #367
|
2018-08-24 14:30:39 +01:00 |
|
Mike Innes
|
86cf22675f
|
rewrite broadcast
|
2018-08-24 14:07:08 +01:00 |
|
Mike Innes
|
e13d28a7a2
|
cruft
|
2018-08-24 13:44:21 +01:00 |
|
Dhairya Gandhi
|
c035fe22d7
|
added deprecation warning
|
2018-08-24 13:08:03 +05:30 |
|
Yueh-Hua Tu
|
634d34686e
|
Add new constructors and test
|
2018-08-24 10:31:13 +08:00 |
|
Mike J Innes
|
953280d57f
|
Merge pull request #364 from boathit/master
fix argmax and add test
|
2018-08-23 15:52:06 +01:00 |
|
Mike Innes
|
dcde6d2217
|
tweaks
|
2018-08-23 15:44:28 +01:00 |
|
Johnny Chen
|
c9d6b5648f
|
Fix issue #354
|
2018-08-23 21:56:32 +08:00 |
|
Johnny Chen
|
6743d52d08
|
Fix issue #354
|
2018-08-23 21:34:11 +08:00 |
|
Johnny Chen
|
7bfe431321
|
Fix issue #323
|
2018-08-23 20:58:58 +08:00 |
|
boathit
|
6c97846551
|
rename argmax as onecold
|
2018-08-23 20:47:43 +08:00 |
|
Mike J Innes
|
6c355e93d2
|
Merge pull request #363 from pshashk/patch-1
Fix repeat
|
2018-08-23 11:28:13 +01:00 |
|
Mike Innes
|
9d1d5187f3
|
fix activations for 1.0
|
2018-08-23 10:56:31 +01:00 |
|
boathit
|
33c901c191
|
redo
|
2018-08-23 16:01:42 +08:00 |
|
boathit
|
5dca80bd68
|
fix argmax and batch deprecations
|
2018-08-23 13:17:58 +08:00 |
|
Dhairya Gandhi
|
2f1a9847fa
|
deprecate :stop from optimizers; housekeeping
|
2018-08-22 21:25:26 +05:30 |
|
Dhairya Gandhi
|
a7ad620f01
|
exporting stop
|
2018-08-22 00:33:30 +05:30 |
|
Dhairya Gandhi
|
3d11322d37
|
fixed docstring and not exporting stop
|
2018-08-22 00:29:07 +05:30 |
|
Dhairya Gandhi
|
ed044e2df7
|
changes as requested
|
2018-08-21 23:22:20 +05:30 |
|
boathit
|
616ed194df
|
fix argmax and add test
|
2018-08-21 11:29:57 +08:00 |
|
Mike Innes
|
216d278e7b
|
fix mnist loader
|
2018-08-20 16:57:43 +01:00 |
|
Mike Innes
|
3cfecaa4db
|
test cleanup
|
2018-08-20 15:38:25 +01:00 |
|
Mike Innes
|
e68b8765b6
|
broadcast fixes
|
2018-08-20 14:41:46 +01:00 |
|
pshashk
|
1115eda6af
|
repeat fix
ERROR: UndefVarError: A not defined
|
2018-08-20 16:11:56 +03:00 |
|
Dhairya Gandhi
|
1af7a53e1f
|
housekeeping: removed commented code
|
2018-08-20 18:10:20 +05:30 |
|
Mike Innes
|
5a023a9ccc
|
WIP 1.0 support
closes #353
|
2018-08-20 13:08:04 +01:00 |
|
Dhairya Gandhi
|
756207e782
|
added docs
|
2018-08-20 14:20:33 +05:30 |
|
Dhairya Gandhi
|
51578177a5
|
removed arguments from StopException
|
2018-08-20 14:08:23 +05:30 |
|
Dhairya Gandhi
|
df22bc5c8f
|
removed argument from stop function
|
2018-08-20 14:02:09 +05:30 |
|
Dhairya Gandhi
|
06db6ed314
|
housekeeping: fixing typo
|
2018-08-20 13:48:28 +05:30 |
|
Dhairya Gandhi
|
394b4167ce
|
moving stop to Optimise
|
2018-08-20 13:43:08 +05:30 |
|
Dhairya Gandhi
|
06aad375fc
|
properly importing functions
|
2018-08-20 13:35:55 +05:30 |
|
Dhairya Gandhi
|
e239eb1105
|
properly importing functions
|
2018-08-20 13:30:05 +05:30 |
|
Dhairya Gandhi
|
1228e9c5e2
|
removed include statement
|
2018-08-19 22:55:14 +05:30 |
|
Dhairya Gandhi
|
9c98272cf0
|
catching exception
|
2018-08-19 17:38:00 +05:30 |
|
Dhairya Gandhi
|
257e2a7d2e
|
checking exception
|
2018-08-19 17:11:11 +05:30 |
|
Dhairya Gandhi
|
5c42c8689c
|
printing expception
|
2018-08-19 17:04:31 +05:30 |
|
Dhairya Gandhi
|
b0f83f93ff
|
exported StopException
|
2018-08-19 16:41:13 +05:30 |
|
Dhairya Gandhi
|
a53a5c8350
|
exporting stop
|
2018-08-19 15:31:33 +05:30 |
|
Dhairya Gandhi
|
fbd82a6925
|
added end
|
2018-08-19 15:19:45 +05:30 |
|
Dhairya Gandhi
|
8229c8e045
|
modified training loop
|
2018-08-19 15:17:07 +05:30 |
|
Dhairya Gandhi
|
2aa057ec08
|
fixed throwing exception
|
2018-08-19 14:54:54 +05:30 |
|
Dominique Luna
|
f2021d41ac
|
initn -> init
|
2018-08-18 14:18:50 -04:00 |
|
Dominique Luna
|
3f42301e07
|
recurrent bug fixes
|
2018-08-18 11:50:52 -04:00 |
|
Dhairya Gandhi
|
887bfad312
|
returning :stop
|
2018-08-18 08:28:47 +05:30 |
|
Dhairya Gandhi
|
65a5ecccd2
|
returning
|
2018-08-18 08:24:49 +05:30 |
|
Dhairya Gandhi
|
999b00b64d
|
fixed typo
|
2018-08-17 19:45:10 +05:30 |
|
Dhairya Gandhi
|
0524964400
|
fixed typo
|
2018-08-17 19:40:48 +05:30 |
|
Dhairya Gandhi
|
8ad72e51ea
|
added function to stop training
|
2018-08-17 19:33:51 +05:30 |
|
Dhairya Gandhi
|
24a3bce495
|
added stop to break training loop
|
2018-08-17 17:46:13 +05:30 |
|
femtocleaner[bot]
|
2d80f68087
|
Fix deprecations
|
2018-08-14 16:46:23 +00:00 |
|
Simon
|
a43127f881
|
fix copy_transpose!
|
2018-08-15 12:16:12 +02:00 |
|
ayush1999
|
4683e925d4
|
Final changes
|
2018-08-12 11:38:48 +01:00 |
|
Josh Christie
|
59bdff2cae
|
Test 0.7 and 1.0
|
2018-08-11 14:58:29 +01:00 |
|
Josh Christie
|
c8307a0627
|
Use @info for logging
|
2018-08-11 14:42:33 +01:00 |
|
Josh Christie
|
710a65fe72
|
Fix back scalar with a Ref and fix diagonal test
|
2018-08-11 14:36:33 +01:00 |
|
Avik Pal
|
5db7a3a3ad
|
Fix Optimizers
|
2018-08-11 18:23:47 +05:30 |
|
Avik Pal
|
355091b9d1
|
Merge removing conflicts
|
2018-08-11 18:01:27 +05:30 |
|
Josh Christie
|
837e03613f
|
Updates for julia 1.0
|
2018-08-11 13:23:02 +01:00 |
|
Avik Pal
|
d3c78a80be
|
Fix layers errors
|
2018-08-11 17:20:27 +05:30 |
|
Avik Pal
|
4bd13c448f
|
Add updates for julia0.7
|
2018-08-11 15:23:40 +05:30 |
|
Josh Christie
|
5186e3ba18
|
Updates for julia 1.0
|
2018-08-11 10:51:07 +01:00 |
|
Avik Pal
|
3b448ce1ac
|
Merge branch 'master' into cudnn_batchnorm
|
2018-08-11 15:02:55 +05:30 |
|
Avik Pal
|
3affed8ef0
|
Remove track_kw
|
2018-08-10 03:21:05 +05:30 |
|
Mike J Innes
|
62d594af43
|
out of place gradients for collect
|
2018-08-07 22:09:20 +01:00 |
|
Mike J Innes
|
7103a0ed7d
|
tweaks
|
2018-08-03 15:19:10 +01:00 |
|
pevnak
|
926411a449
|
removed most error, the only one in Fallbacks test persits
|
2018-08-03 15:14:25 +01:00 |
|
pevnak
|
c657d4e47f
|
fixed the sum as suggested by mike
|
2018-08-03 15:14:25 +01:00 |
|
Simon Mandlik
|
02f343d44d
|
fixed more dep warns, also in tests, but maximum, minimum and size in array.jl still need to be updated. As a result, some more tests may not pass for the time being
|
2018-08-03 15:14:25 +01:00 |
|
Simon Mandlik
|
0471c489e6
|
depwarns
|
2018-08-03 15:14:25 +01:00 |
|
pevnak
|
3510c837a8
|
zeros replaced by zero
|
2018-08-03 15:14:25 +01:00 |
|
pevnak
|
ea38c7dbea
|
some more changes
|
2018-08-03 15:14:25 +01:00 |
|
pevnak
|
d6f5baee39
|
fixed fixes proposed by Carlo
|
2018-08-03 15:14:25 +01:00 |
|
pevnak
|
8ab209126d
|
removed zeros fix
|
2018-08-03 15:14:25 +01:00 |
|
pevnak
|
e98538673a
|
updated sum to be compliant with latest beta. Removed some depwarns
|
2018-08-03 15:14:25 +01:00 |
|
Mike J Innes
|
e5b3d27016
|
track_kw should be unnecessary
|
2018-08-03 15:14:10 +01:00 |
|
Avik Pal
|
6a41f823c8
|
Update track function
|
2018-08-03 19:06:05 +05:30 |
|
Avik Pal
|
b4ba7df03a
|
Merge branch 'master' of https://github.com/FluxML/Flux.jl into cudnn_batchnorm
|
2018-08-03 18:55:46 +05:30 |
|
Mike Innes
|
f5c9361617
|
matmul fix
|
2018-08-03 13:02:47 +01:00 |
|
Mike Innes
|
4cf6bac0c1
|
fix hook
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
70718e7a64
|
update treelike
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
d782b33701
|
syntax
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
85fd77d70a
|
linalg deprecations
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
89872c5a8b
|
val deprecations
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
474f578517
|
ObjectIdDict -> IdDict
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
aa209ee137
|
no longer needed
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
00cfe24d66
|
fix cat
|
2018-08-03 13:02:47 +01:00 |
|
Mike J Innes
|
adc216f182
|
fix broadcasting
|
2018-08-03 12:56:32 +01:00 |
|
Mike J Innes
|
e486c50610
|
fix data
|
2018-08-03 12:56:31 +01:00 |
|
Mike J Innes
|
fb8a220659
|
fix matmul
|
2018-08-03 12:56:31 +01:00 |
|
Mike J Innes
|
7057ca739e
|
fix std usage
|
2018-08-03 12:56:27 +01:00 |
|
Mike J Innes
|
88a265154c
|
deprecations
|
2018-08-03 12:54:31 +01:00 |
|
Mike J Innes
|
b18b51656c
|
requires update
|
2018-08-03 12:54:24 +01:00 |
|
Mike J Innes
|
a49e2eae41
|
deprecated Void
|
2018-08-03 12:53:52 +01:00 |
|
Mike J Innes
|
1fd49c2a90
|
fix array show
|
2018-08-03 12:53:52 +01:00 |
|
Yueh-Hua Tu
|
5b37319289
|
Add Maxpool and Meanpool
|
2018-08-01 00:10:53 +08:00 |
|
Mike J Innes
|
a8ccc79f61
|
perf hacks
|
2018-07-30 20:08:44 +01:00 |
|
Avik Pal
|
2cc0f112f1
|
Updates
|
2018-07-27 20:12:49 +05:30 |
|
Avik Pal
|
7dd5ec16c9
|
Fix
|
2018-07-17 11:22:12 +05:30 |
|
Avik Pal
|
531ecccd38
|
Error statement
|
2018-07-17 10:14:23 +05:30 |
|