Export FastAI ResNet models to ONNX
Jul 7, 2021 · 6 min read · A short guide on FastAI vision model conversion to ONNX. Code included. 👀 What is FastAI? FastAI is "making neural nets uncool again". It offers a high-level API to PyTorch. It could be considered the Keras of PyTorch (?). FastAI and the accompany...
Join discussion