Submitted by harishprab t3_yga0s1 in MachineLearning
We have recently open sourced our inference acceleration library, voltaML.
⚡VoltaML is a lightweight library to convert and run your ML/DL deep learning models in high performance inference runtimes like TensorRT, TorchScript, ONNX and TVM.
We would love for the reddit and the open-source community to use it, give feedback and help us improve the library.
PlayOffQuinnCook t1_iu7ualp wrote
Congrats on open sourcing! Quick question on fusion - how do you guys fuse layers like conv, bn, relu, etc, if they are not named conv1, bn1, relu in the nn.Module.