v0.3.0 - contrib QAT example, additional converters
This version includes the introduction of the Quantization Aware Training workflow in torch2trt.contrib (thanks to @SrivastavaKshitij).
It also contains various converters added since the previous release. Please see the notes below.
Added
- Added converter for
torch.nn.functional.adaptive_avg_pool3d - Added converter for
torch.nn.functional.adaptive_max_pool3d - Added converter for
torch.maxpool3dandtorch.nn.functional.max_pool3d - Added Quantization Aware Training (QAT) workflow to contrib
- Added converter for
torch.roll - Added converter for
torch.nn.functional.layer_norm - Added converter for
torch.nn.functional.gelu - Added converter for
torch.nn.functional.linear - Added converter for
torch.nn.functional.silu