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
Other computational backends provide api similar to numpy, and computation can be dispatched in a compatible way.
This is a possibility to investigate, initially mainly for parts that are outside full models because those contain too much surrounding code that would need to change, e.g. base.data.
One possibility to strip base.data handling is to create a model subclass that does not call super().__init__. But it would still need to add non-data initialization like df_xxx.