❓ 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 the with torch.no_grad(): condition.
Could you give me any explanations about this?
❓ 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?