sunnymoon155
sunnymoon155
when I was converting pytorch model to onnx model, I met below warning and I thought it may be the reason that why two eval results(pytorch and onnx) mismatch. /tmp-data/sunmo/trt7/torch_onnx/ops/temporal_shift.py:40:...
> I think you can try torch2trt @z13974509906 I have tried torch2trt, but it's still not working. Initializing TSN with base model: resnet50. TSN Configurations: input_modality: RGB num_segments: 16 new_length:...
im using below code to try to get the accuracy for the latest epcoh, but seems something wrong, the accuracy number always change to 0.5 and 0.75 with no any...