Dhairya Gandhi
|
4f1336905f
|
fix colon indexing
|
2019-04-04 19:16:14 +05:30 |
Dhairya Gandhi
|
6825639f79
|
mapreduce for onehotmatrix
|
2019-02-28 09:17:18 +05:30 |
Dhairya Gandhi
|
2ec35861b5
|
removing non-allocating functions and tests
|
2019-02-11 21:22:32 +05:30 |
Dhairya Gandhi
|
d16ef75b1c
|
remove duplicate allowscalar call
|
2019-02-11 20:32:23 +05:30 |
Dhairya Gandhi
|
1ada9afe81
|
assert no scalar indexing for onecold
|
2019-02-09 22:38:49 +05:30 |
Dhairya Gandhi
|
35cd9761a8
|
adding tests
|
2019-02-09 22:32:02 +05:30 |
Mike J Innes
|
f17a5acd2b
|
Merge pull request #606 from pshashk/patch-3
Add `corrected` argument to std
|
2019-02-08 19:09:33 +00:00 |
pshashk
|
b074b2491a
|
fix docstring
|
2019-02-08 21:49:53 +03:00 |
pshashk
|
c3e04392d8
|
drop dims type restriction
|
2019-02-08 16:15:37 +03:00 |
pshashk
|
ae10421bfe
|
fix normalise test for dims kwarg
|
2019-02-08 16:02:03 +03:00 |
pshashk
|
911c901294
|
`dims` kwarg
|
2019-02-08 16:00:32 +03:00 |
pshashk
|
37385e0dbd
|
test normalise
|
2019-02-08 15:43:50 +03:00 |
pshashk
|
4f6432d133
|
test
|
2019-02-08 15:28:07 +03:00 |
pshashk
|
368c29e5e3
|
Add `corrected` argument to std
Fixes ffe037c485/src/layers/stateless.jl (L49)
|
2019-02-08 15:23:27 +03:00 |
Mike J Innes
|
ffe037c485
|
Merge pull request #603 from FluxML/kf/namedtupletree
Treat NamedTuple like Tuple for treelike purposes
|
2019-02-08 11:06:12 +00:00 |
Mike J Innes
|
601e2d8ae0
|
Merge pull request #586 from KristofferC/kc/batchnorm
work around extreme slowdown in BatchNorm due to julia performance bug in broadcast fusion
|
2019-02-08 11:00:33 +00:00 |
Mike J Innes
|
fe712bf338
|
Merge pull request #596 from IvanYashchuk/ivan/topic-issue-542
Fixed issue #542.
|
2019-02-08 10:38:23 +00:00 |
Ivan Yashchuk
|
6471790819
|
Pass symmetric matrix to `logdet` gradtest
|
2019-02-08 12:22:08 +02:00 |
Ivan Yashchuk
|
e00ac88016
|
Added tracking of `logdet` and `logabsdet`. Added gradtests.
|
2019-02-08 09:55:33 +02:00 |
Keno Fischer
|
1e452a3042
|
Treat NamedTuple like Tuple for treelike purposes
|
2019-02-06 11:11:00 -05:00 |
Mike J Innes
|
57491b6c39
|
Merge pull request #602 from avik-pal/patch-2
Conv Transpose missing entry in the docs
|
2019-02-06 15:45:53 +00:00 |
Avik Pal
|
c093d089a6
|
Add conv_transpose to docs
|
2019-02-06 21:11:41 +05:30 |
KristofferC
|
9914c531f6
|
work around extreme slowdown due julia performance bug
|
2019-02-06 16:19:29 +01:00 |
Mike J Innes
|
777571d4b4
|
Merge pull request #601 from FluxML/revert-591-onehot
Revert "Fix OneHotVector/Matrix performance on GPU"
|
2019-02-06 14:32:48 +00:00 |
Mike J Innes
|
ecc55ec9e1
|
Revert "Fix OneHotVector/Matrix performance on GPU"
|
2019-02-06 14:31:15 +00:00 |
Mike J Innes
|
e8b2ec6f67
|
Merge pull request #311 from tejank10/conv_transpose
2D Conv transpose support
|
2019-02-06 14:14:14 +00:00 |
Tejan Karmali
|
cc4438cd93
|
Update NNlib to master in Manofest
|
2019-02-05 09:33:50 -05:00 |
Dhairya Gandhi
|
53875a85a1
|
Merge pull request #592 from MJ10/master
Layer normalisation for images
|
2019-02-05 18:51:02 +05:30 |
Moksh Jain
|
046f7b4eae
|
fix std arguments in normalise
|
2019-02-05 18:36:04 +05:30 |
Ivan Yashchuk
|
f790fff59a
|
Use other definition for grad(det(A)).
|
2019-02-05 14:36:28 +02:00 |
Moksh Jain
|
c6409d7686
|
add support for n-dimensional input to normalise layer
|
2019-02-05 17:09:22 +05:30 |
Ivan Yashchuk
|
aa64d2157d
|
Fixed issue #542.
Added tracking of LinearAlgebra.det and its grad method.
|
2019-02-05 11:38:27 +02:00 |
Mike J Innes
|
940b1e6dbf
|
Merge pull request #587 from KristofferC/patch-2
use uncorrected standard deviation in normalise
|
2019-02-04 14:35:25 +00:00 |
Mike J Innes
|
7fc920240d
|
Merge pull request #591 from dhairyagandhi96/onehot
Fix OneHotVector/Matrix performance on GPU
|
2019-02-04 13:53:55 +00:00 |
Dhairya Gandhi
|
2f916f9763
|
better tests
|
2019-02-04 18:43:25 +05:30 |
Mike J Innes
|
17f33b4a6a
|
Merge pull request #583 from KristofferC/kc/small_fixes
clarify docs on single batch image to conv
|
2019-02-04 12:33:34 +00:00 |
Mike J Innes
|
e774053126
|
Merge pull request #590 from oxinabox/patch-2
Default to zero'ed initial state for all RNN
|
2019-02-04 12:28:38 +00:00 |
Dhairya Gandhi
|
6654ebfc90
|
added onecold broadcast test
|
2019-02-04 17:57:34 +05:30 |
Mike J Innes
|
329c8f8f95
|
Merge pull request #585 from KristofferC/kc/verify_download
add hash verification to datasets
|
2019-02-04 11:20:53 +00:00 |
Mike J Innes
|
cfe6859186
|
auto-collect in forward
|
2019-02-04 10:37:02 +00:00 |
Mike J Innes
|
838070968e
|
vcat with scalars
|
2019-02-04 00:05:16 +00:00 |
Dhairya Gandhi
|
30aa814c4d
|
fixes #582
|
2019-02-03 18:43:16 +05:30 |
Dhairya Gandhi
|
e243950e28
|
comment fix
|
2019-02-03 04:00:08 +05:30 |
Dhairya Gandhi
|
bd6158d7f9
|
onehotvector/matrix behaviour
|
2019-02-03 03:57:41 +05:30 |
Lyndon White
|
26550dacda
|
Default to zero'ed initial state
|
2019-02-02 20:01:28 +00:00 |
Tejan Karmali
|
84eabcd2ae
|
fixed DepthwiseConv dilation
|
2019-02-02 12:19:35 +05:30 |
Tejan Karmali
|
e54df2de06
|
Merge branch 'master' into conv_transpose
|
2019-02-02 10:20:45 +05:30 |
Kristoffer Carlsson
|
fd0f1c7a82
|
use uncorrected standard deviation in normalise
fixes https://github.com/FluxML/Flux.jl/issues/529
|
2019-01-30 17:42:19 +01:00 |
Kristoffer Carlsson
|
f60079d07c
|
add hash verification to datasets
|
2019-01-30 13:11:26 +01:00 |
Mike J Innes
|
0469394715
|
Merge pull request #576 from mcabbott/patch-1
PermutedDimsArray
|
2019-01-29 14:55:55 +00:00 |