CCPD
CCPD copied to clipboard
train error
~/anaconda3/lib/python3.6/site-packages/torch/autograd/variable.py in getitem(self, key) 76 return IndexSelect.apply(self, 0, key) 77 # else fall through and raise an error in Index ---> 78 return Index.apply(self, key) 79 80 def setitem(self, key, value):
~/anaconda3/lib/python3.6/site-packages/torch/autograd/_functions/tensor.py in forward(ctx, i, index) 87 result = i.index(ctx.index) 88 else: ---> 89 result = i.index(ctx.index) 90 ctx.mark_shared_storage((i, result)) 91 return result
ValueError: result of slicing is an empty tensor
@detectRecog