You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.
Error when differentiating through the following line:
Output is:
Fixed by changing to this:
Seems that it has trouble differentiating through generators where it has to infer the size of the matrix, like I for example. Worked if used eye(size(x)) instead.
The text was updated successfully, but these errors were encountered:
Error when differentiating through the following line:
Output is:
Fixed by changing to this:
Seems that it has trouble differentiating through generators where it has to infer the size of the matrix, like I for example. Worked if used eye(size(x)) instead.
The text was updated successfully, but these errors were encountered: