-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
When dealing with vector-valued functions of vector inputs, e.g. f :: V m -> V n
, I'd expect the gradient to be a (n * m)
matrix, essentially of a different type than the input of f
, but the type of op1
doesn't seem to support this.
What's the idiomatic backprop
way of representing this situation ?
Metadata
Metadata
Assignees
Labels
No labels