-
-
Couldn't load subscription status.
- Fork 615
Open
Description
This breaks outputsize when a model uses any functions from that package. For example, FluxML/NNlib.jl#629 (comment). The easiest fix is to copy
Lines 25 to 30 in 009d984
| for f in [:copy, :zero, :one, :oneunit, | |
| :+, :-, :abs, :abs2, :inv, | |
| :exp, :log, :log1p, :log2, :log10, | |
| :sqrt, :tanh, :conj] | |
| @eval Base.$f(::Nil) = nil | |
| end |
Metadata
Metadata
Assignees
Labels
No labels