Johnny Chen
0c4fb9655a
Fix a bug
2018-08-25 15:12:01 +08:00
Johnny Chen
81811a01ce
Update testset for ==, ≈, and <
2018-08-25 14:52:08 +08:00
Johnny Chen
4ac76c35b0
fix MethodError for == and ≈
...
```julia
param([2]).^2 == [4.0]
ERROR: MethodError: ==(::TrackedArray{…,Array{Float64,1}}, ::Array{Float64,1}) is ambiguous. Candidates:
==(x::TrackedArray, y) in Main.Flux.Tracker at /Users/jc/.julia/dev/Flux/src/tracker/array.jl:63
==(A::AbstractArray, B::AbstractArray) in Base at abstractarray.jl:1686
Possible fix, define
==(::TrackedArray, ::AbstractArray)
```
2018-08-25 14:51:40 +08:00
Johnny Chen
7bfe431321
Fix issue #323
2018-08-23 20:58:58 +08:00
Mike Innes
dfe7578216
test repeat fix
2018-08-23 11:29:43 +01: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
Mike J Innes
930776eb1a
Merge pull request #352 from domluna/mnist-image-init
...
properly initialize MNIST array for 1.0
2018-08-20 19:57:42 +01:00
Mike Innes
216d278e7b
fix mnist loader
2018-08-20 16:57:43 +01:00
Mike J Innes
86683e5991
Merge pull request #362 from FluxML/cuda-1.0
...
1.0 CUDA support
2018-08-20 16:09:02 +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
Mike Innes
5a023a9ccc
WIP 1.0 support
...
closes #353
2018-08-20 13:08:04 +01:00
Mike J Innes
0ef6456903
Merge pull request #356 from domluna/recurrent-fix
...
recurrent bug fixes
2018-08-20 11:27:49 +01:00
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
Mike Innes
23af487f98
ignore manifest
2018-08-17 11:44:07 +01:00
Mike Innes
995543f648
rm dates
2018-08-17 11:44:01 +01:00
Dominique Luna
517dc58ce0
properly initialize MNIST array for 1.0
2018-08-16 18:17:43 -04:00
Mike J Innes
b460439484
Merge pull request #351 from FluxML/fbot/deps
...
Fix deprecations
2018-08-16 17:28:53 +01:00
Mike J Innes
4045c322d5
Merge pull request #345 from JoshChristie/update-1.0
...
Fix for 0.7 and 1.0 updates
2018-08-16 16:51:04 +01:00
Josh Christie
a3ab1cbb98
Merge pull request #1 from SimonDanisch/patch-1
...
fix copy_transpose! for cuda
2018-08-15 12:18:22 +02:00
Simon
a43127f881
fix copy_transpose!
2018-08-15 12:16:12 +02:00
femtocleaner[bot]
2d80f68087
Fix deprecations
2018-08-14 16:46:23 +00:00
ayush1999
4683e925d4
Final changes
2018-08-12 11:38:48 +01:00
Josh Christie
69ccaf044f
Allow failures on nightly
2018-08-11 15:46:01 +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
ayush1999
89881a9b21
utils errors fixed
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
Josh Christie
5186e3ba18
Updates for julia 1.0
2018-08-11 10:51:07 +01:00
Mike J Innes
62d594af43
out of place gradients for collect
2018-08-07 22:09:20 +01:00
Mike J Innes
6cdf4ff56a
add statsbase to require
2018-08-03 16:22:54 +01:00
Mike J Innes
92d7e4632c
Merge pull request #269 from FluxML/julia-0.7
...
Julia 0.7
2018-08-03 15:24:53 +01:00
Mike J Innes
1750cda59e
Merge pull request #327 from pevnak/julia-0.7-fixes
...
Julia 0.7 fixes
2018-08-03 15:24:22 +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