Closed marcromeyn closed 1 year ago
This fixes some issues around running torch.jit.script on a module that included a loss/metric that was already scripted.
torch.jit.script
https://nvidia-merlin.github.io/models/review/pr-1164
Goals :soccer:
This fixes some issues around running
torch.jit.script
on a module that included a loss/metric that was already scripted.