You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thank you very much for your work.
When I use my own dataset and model, It error in this Line: pseudo_grads = torch.autograd. grad(pseudo_loss, pseudo_net.parameters(), create_graph=True)
The following error message is displayed:
RuntimeError: One of the differentiated Tensors appears to not have been used in the graph. Set allow_unused=True if this is the desired behavior.
Looking forward to your reply.
The text was updated successfully, but these errors were encountered:
Hi, thank you very much for your work.
When I use my own dataset and model, It error in this Line:
pseudo_grads = torch.autograd. grad(pseudo_loss, pseudo_net.parameters(), create_graph=True)
The following error message is displayed:
Looking forward to your reply.
The text was updated successfully, but these errors were encountered: