Closed vieting closed 3 years ago
I encountered some things like torch.jit.is_scripting(), torch.cuda.is_available() and self.training on a Module which I am currently just ignoring. What do you think about these?
torch.jit.is_scripting()
torch.cuda.is_available()
self.training
Module
I encountered some things like
torch.jit.is_scripting()
,torch.cuda.is_available()
andself.training
on aModule
which I am currently just ignoring. What do you think about these?