Closed eegmnn closed 4 months ago
Does it matter what platform I am converting my model.pt file into model.wts file? For example, can I convert pt file into wts file on google colab, and then convert the wts file into engine file on xavier agx?
.wts is plain text file, it's not related to the hardware. You can convert it on any device.
Env
About the repo
Does it matter what platform I am converting my model.pt file into model.wts file? For example, can I convert pt file into wts file on google colab, and then convert the wts file into engine file on xavier agx?