I have a function that uses PyTorch library and sometimes it’ll throw this error
loss = csis.step()
“RuntimeError: One of the differentiated Tensors appears to not have been used in the graph. Set allowed_unused=True” if this is desired bahavior"
Is there a way to set this to true in Pyro?