DeepGrabCut-PyTorch
DeepGrabCut-PyTorch copied to clipboard
TypeError
while I trying to run the train.py, the followed error occured:
Traceback (most recent call last):
File "/home/wq/Code/DeepGrabCut/train.py", line 147, in
- (Tensor other) didn't match because some of the arguments have invalid types: (!numpy.int64!)
- (float other) didn't match because some of the arguments have invalid types: (!numpy.int64!)
could you give me some advice to solve this problem?