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
I've been doing some work recently using Lux for unsupervised training, and I think Lux is pretty cool. But I encountered some problems: I used to use the output of the model to generate some labels for subsequent calculations. In Pytorch it looks like:
I've been doing some work recently using Lux for unsupervised training, and I think Lux is pretty cool. But I encountered some problems: I used to use the output of the model to generate some labels for subsequent calculations. In Pytorch it looks like:
In Lux, how should I implement the detach operation to avoid the gradient being tracked during label generation?
The text was updated successfully, but these errors were encountered: