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
It would still be good to implement this on the FTorch side, but worth noting that batching can be incorporated into the pytorch side (to then take arbitrary sized (in one dimension) Fortran arrays) with a little thought and care.
When we run
examples/1_SimpleNet/simplenet.py
, the final thing that's executed is effectivelyThis would also work with batching e.g.,
We should enable calling batching in this way on the FTorch side, too.
The text was updated successfully, but these errors were encountered: