Closed seungwonpark closed 5 years ago
This reduces the usage of GPU memory when inferencing about half.
Missing torch.no_grad() scope in inference.py was my mistake.
torch.no_grad()
inference.py
This reduces the usage of GPU memory when inferencing about half.
Missing
torch.no_grad()
scope ininference.py
was my mistake.