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
Upon initialization of artist, call torch.set_default_device and torch.set_default_dtype and get rid of explicit dtype and devices within the code base
The text was updated successfully, but these errors were encountered:
Currently the device is set once in the beginning and is passed down through each function.
We might want to change that and use torch.set_default_device() once.
Upon initialization of artist, call torch.set_default_device and torch.set_default_dtype and get rid of explicit dtype and devices within the code base
The text was updated successfully, but these errors were encountered: