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
Right now Lightcurve is a regular class. I think if it were converted to a Module, we could leverage more of torch's useful features and simplify the structure of the class a bit.
The text was updated successfully, but these errors were encountered:
This looks like a good idea to make sure that GPU computing works more smoothly. both Lightcurve and Transformer need to be converted, and all their tensor attributes should be created with self.register_buffer(...)
Right now Lightcurve is a regular class. I think if it were converted to a Module, we could leverage more of torch's useful features and simplify the structure of the class a bit.
The text was updated successfully, but these errors were encountered: