pytorch-toolbelt
pytorch-toolbelt copied to clipboard
AttributeError: module 'pytorch_toolbelt.losses' has no attribute 'JointLoss'
AttributeError: module 'pytorch_toolbelt.losses' has no attribute 'JointLoss'
Check this https://github.com/BloodAxe/pytorch-toolbelt/issues/91 answer. Do you mind sharing the use case for this loss? I'm curious whether the decision to remove this class was too fast or not.
Thank you !!!
I use a cascaded decoder structure based on BBSNet,which needs two loss fuction.
how to deal with this problem?
We should at least remove it from the docs and readme
When i run the demo_losses.py. I encountered the same problem, is there any solution?
When i run the demo_losses.py. I encountered the same problem, is there any solution? Did you solve this problem?