janEbert
|
684570660a
|
Update doctest version guard (1.2 -> 1.4)
And add the same to docs/make.jl
|
2020-04-06 13:53:36 +02:00 |
janEbert
|
2a65a30399
|
Fix doctests in runtests.jl
|
2020-04-05 13:58:27 +02:00 |
CarloLucibello
|
b6c79b38b4
|
add DataLoader
special case train! for the unsupervised data iterator
|
2020-02-29 18:50:59 +01:00 |
Tim Besard
|
33d276cdb7
|
Fix GPU-less tests.
|
2019-11-04 15:51:33 +01:00 |
Mike Innes
|
877415be10
|
rm gradient checks
|
2019-09-10 15:35:52 +01:00 |
Mike Innes
|
221313c977
|
formatting changed on 1.1
|
2019-09-10 15:26:51 +01:00 |
Mike Innes
|
c8d460ff84
|
doctests passing
|
2019-09-10 15:02:43 +01:00 |
Mike J Innes
|
67c38b3099
|
Merge branch 'master' into zygote
|
2019-09-06 15:18:58 +01:00 |
Tim Besard
|
6ad3cdd138
|
Replace Requires with direct CuArrays dependency.
|
2019-08-27 09:33:15 +02:00 |
thebhatman
|
517219ba23
|
Renamed gradients test file
|
2019-07-02 16:13:42 +05:30 |
thebhatman
|
9f6793d63a
|
Project.toml and Manifest updated
|
2019-07-02 12:16:24 +05:30 |
Mike J Innes
|
4d79f499bf
|
fixes #549
|
2019-01-15 15:49:37 +00:00 |
Avik Pal
|
2559e7b4e6
|
Fix merge conflicts
|
2018-10-23 21:53:29 +05:30 |
Avik Pal
|
dd2fa77681
|
Fix tests
|
2018-09-11 17:06:18 +05:30 |
Avik Pal
|
7d06f654f0
|
Fix tests
|
2018-09-11 16:58:05 +05:30 |
Johnny Chen
|
44049ce00c
|
Merge branch 'master' into issue-#354
|
2018-09-06 09:39:31 -05:00 |
Mike J Innes
|
8b71350878
|
make travis happy maybe
|
2018-09-05 15:39:00 +01:00 |
Mike J Innes
|
1e90226077
|
actually run tests
|
2018-09-04 14:35:20 +01:00 |
Johnny Chen
|
6743d52d08
|
Fix issue #354
|
2018-08-23 21:34:11 +08:00 |
boathit
|
616ed194df
|
fix argmax and add test
|
2018-08-21 11:29:57 +08:00 |
Mike Innes
|
3cfecaa4db
|
test cleanup
|
2018-08-20 15:38:25 +01:00 |
Mike Innes
|
5a023a9ccc
|
WIP 1.0 support
closes #353
|
2018-08-20 13:08:04 +01:00 |
Josh Christie
|
59bdff2cae
|
Test 0.7 and 1.0
|
2018-08-11 14:58:29 +01:00 |
Avik Pal
|
5db7a3a3ad
|
Fix Optimizers
|
2018-08-11 18:23:47 +05:30 |
Avik Pal
|
d3c78a80be
|
Fix layers errors
|
2018-08-11 17:20:27 +05:30 |
Josh Christie
|
5186e3ba18
|
Updates for julia 1.0
|
2018-08-11 10:51:07 +01:00 |
pevnak
|
3510c837a8
|
zeros replaced by zero
|
2018-08-03 15:14:25 +01:00 |
Mike J Innes
|
e14641e4e2
|
rm CuArrays tests for now
|
2018-08-03 13:02:47 +01:00 |
Mike Innes
|
9d7164f15f
|
we'll do this differently
|
2018-04-14 02:09:35 +01:00 |
Mike J Innes
|
a401f08cda
|
compile layers
|
2018-02-27 22:40:51 +00:00 |
Mike J Innes
|
356ebc4e13
|
deterministic tests
|
2018-02-08 10:33:51 +00:00 |
Mike J Innes
|
b1bb05403c
|
basic forward pass
|
2018-01-30 18:18:37 +00:00 |
Mike J Innes
|
4207fb98f2
|
basic GPU tests
|
2018-01-16 17:58:14 +00:00 |
Mike J Innes
|
805cb9178f
|
fixes #146
|
2018-01-10 12:48:50 +00:00 |
Mike J Innes
|
128725cefd
|
Merge branch 'master' into sf/weighted_crossentropy
|
2017-12-13 15:14:47 +00:00 |
Elliot Saba
|
41446d547f
|
Add `weighted_crossentropy` for imbalanced classification problems
|
2017-12-05 17:09:05 -08:00 |
CarloLucibello
|
13b934c250
|
improve optimizers
|
2017-11-24 12:12:20 +01:00 |
Mike J Innes
|
cf6b930f63
|
reorganise
|
2017-10-26 11:46:12 +01:00 |
CarloLucibello
|
2e1ed4c3fc
|
add dropout
|
2017-10-23 10:12:53 +02:00 |
Mike J Innes
|
2ec8401d2c
|
remove compiler
|
2017-09-27 20:48:39 +01:00 |
Mike J Innes
|
5eee653a64
|
gradient checks
|
2017-08-23 01:43:45 +01:00 |
Mike J Innes
|
e05fea7eb4
|
organise tests
|
2017-08-19 20:20:20 +01:00 |
Mike J Innes
|
bd6bffde48
|
silo the compiler
|
2017-08-19 20:04:21 +01:00 |
Mike J Innes
|
f8482ff80c
|
remove back!, update!
|
2017-08-18 10:18:45 +01:00 |
Mike J Innes
|
e79a1657d4
|
remove batching and training
|
2017-08-18 01:19:06 +01:00 |
Mike J Innes
|
536949891d
|
remove backends
|
2017-08-18 01:05:42 +01:00 |
ylxdzsw
|
cce1a2a73e
|
add tests for throttle
|
2017-07-26 09:57:20 +08:00 |
Mike J Innes
|
9e0b6af7a8
|
overall testset
|
2017-07-04 18:32:21 +01:00 |
ylxdzsw
|
f64dca2df6
|
add test for optimizers
|
2017-06-26 17:21:17 +08:00 |
Mike J Innes
|
2fcf938df7
|
more tests
|
2017-06-05 19:12:40 +01:00 |