nn-Meter v1.0 Release
Release 1.0 - 9/1/2021 (initial release)
Initial release of nn-Meter.
Major Features
- Support pip install and source codes install
- Support latency prediction for a CNN model with a predefined predictor (edge device)
- Provide command line interface
nn-meter
after installation, and python binding modulenn_meter
- Provide Docs
Known Issues
- Synchronization with NNI: a stable NNI-based torch converter relies on NNI>=2.5.
- Can not support
torch.jit._overload_method
due to issues from torch.