Vincent Zhang
Vincent Zhang
We should also record which value has been truncated in converson process
> can you provide more of the log / the graph? Log file is here [double.log](https://github.com/NVIDIA/TRTorch/files/5779241/double.log) gdb backtrace ``` Thread 1 "trtorchc" received signal SIGABRT, Aborted. 0x00007fff63987438 in __GI_raise (sig=sig@entry=6)...
> This error is from [aten_to_trt_type mapping](https://github.com/NVIDIA/TRTorch/blob/master/core/util/trt_util.cpp#L226). The pytorch tensor in your graph has a double datatype and TRT doesn't support beyond float datatype. > My guess: > Looking at...
I'm working on this issue
will be fixed in next week's release
It is expected to be released in the next commit.