FluxML / FluxML/Tracker.jl

* Methods for LinearAlgebra.Adjoint and Tracked Arrays are Ambiguous

Open
#12 9 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
54
Forks
37
Avg merge
5h 49m
Merged PRs (30d)
1

Description

```
using Flux
p = param(2.)
f(x) = x.^2 + p.^2

[1.,1.,1.]' * f([1.,1.,1.])
# MethodError: *(::LinearAlgebra.Adjoint{Float64,Array{Float64,1}}, ::TrackedArray{…,Array{Float64,1}}) is ambiguous
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.