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
In the function def discrete_diffusion_predict_fn(), self.device() is called, however the self is not defined in this function. Code snippet here, self.device() is giving the error:
In the function def discrete_diffusion_predict_fn(), self.device() is called, however the self is not defined in this function. Code snippet here, self.device() is giving the error:
I tried to pass in device as function arg and manipulate the devices of variables here and didn't make it.
Please provide an updated discrete_diffusion_predict_fn() that addresses this device inconsistency if possible.
The text was updated successfully, but these errors were encountered: