-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work in torch.inference_mode()? #655
Comments
Hi @LyuJZ. I apologize, but we never tested with |
Hi @luisenp , that's all right! If I use |
Sorry for the delay, somehow I never got notified about this response. Unfortunately, I'm not too familiar with |
@LyuJZ I'm facing the same issue, have you fixed it? |
Some updates on how I solved my problem. |
❓ Questions and Help
Hi, thanks a lot this amazing work.
I am integrating the theseus layer to actor-critic framework. However, the theseus layer seems doesn't work under the
with torch.inference_mode():
condition. It can only work under thewith torch.no_grad():
condition.Could you give me any explanations about this?
The text was updated successfully, but these errors were encountered: