torchdiffeq
torchdiffeq copied to clipboard
FIXED: removed redundant view_as for more robust solution fittable fo…
Removed view_as in matrices summation because it didn't fit my highly dimensional data, now it works with both examples and different datasets that I've been testing on
Huh, weird. Do you know why it didn't work for you when view_as
was used?