Add `torch.inference_session` on runner function
Anindyadeep opened this issue · 0 comments
Anindyadeep commented
There are two ways of doing this,
- either put a decorator on the base class function or inside each of the method
- Or use within the method using
with