yolact
yolact copied to clipboard
Error Train using Resnet50
Traceback (most recent call last):
File "train.py", line 505, in
can someone help me about this, i cant train using resnet50
Hey, hope you are doing good. I faced the same issue. Try this, Go to backbone.py and change the code from : state_dict = torch.load(path)
to state_dict = torch.load(path,map_location='cuda:0').
This should essentially solve the issue.
Hey, hope you are doing good. I faced the same issue. Try this, Go to backbone.py and change the code from : state_dict = torch.load(path)
to state_dict = torch.load(path,map_location='cuda:0').
This should essentially solve the issue.
Heyy @rajuptvs , thanks for the help If i can ask something again, do you know how to show the IoU?