Closed escorciav closed 5 years ago
For some reason, the previous version of pytorch&cupy didn't complain when pyinn.utils.Dtype return None as the data type for integer tensors.
pyinn.utils.Dtype
We must amend these two lines during forward, and backward.
We should request pyinn to extend the Dtype function.
pyinn
Dtype
For some reason, the previous version of pytorch&cupy didn't complain when
pyinn.utils.Dtype
return None as the data type for integer tensors.We must amend these two lines during forward, and backward.
We should request
pyinn
to extend theDtype
function.