【纠错-已解决】RuntimeError: result type Float can’t be cast to the desired output type long int
错误:RuntimeError:resulttypeFloatcan’tbecasttothedesiredoutputtypelongint翻译:RuntimeError:结果类型Float无法强制转换为所需的输出类型longint原因:tensor数据类型仅仅在使用tensor.int(),tensor.long()等强制转换操作时才会实现类型转换,在in-place操作中不会实现类型转换解决