You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now when i try to export my model process get killed.
$ odtk export fine_tune_from_rn50fpn.pth engine.plan
NOTE! Installing ujson may make loading annotations faster.
Loading model from fine_tune_from_rn50fpn.pth...
model: RetinaNet
backbone: ResNet50FPN
classes: 6, anchors: 9
Exporting to ONNX...
/usr/local/lib/python3.6/dist-packages/torch/nn/functional.py:718: UserWarning: Named tensors and all their associated APIs are an experimental feature and subject to change. Please do not use them for anything important until they are released as stable. (Triggered internally at ../c10/core/TensorImpl.h:1156.)
return torch.max_pool2d(input, kernel_size, stride, padding, dilation, ceil_mode)
/usr/local/lib/python3.6/dist-packages/torch/_tensor.py:575: UserWarning: floor_divide is deprecated, and will be removed in a future version of pytorch. It currently rounds toward 0 (like the 'trunc'functionNOT'floor'). This results in incorrect rounding for negative values.
To keep the current behavior, use torch.div(a, b, rounding_mode='trunc'), or for actual floor division, use torch.div(a, b, rounding_mode='floor'). (Triggered internally at ../aten/src/ATen/native/BinaryOps.cpp:467.)
return torch.floor_divide(self, other)
Building FP16 core model...
Building accelerated plugins...
Applying optimizations and building TRT CUDA engine...
Killed
any idea?
@yashnv
The text was updated successfully, but these errors were encountered:
Hi there
following my issue, I tried to export my model on xavier nx
but faced several problem
Solved via crosscompiling as described in this
Solved via building pytorch from source as stated here with these modification
My config:
now when i try to export my model process get killed.
any idea?
@yashnv
The text was updated successfully, but these errors were encountered: