This document is relevant for: Inf1, Inf2, Trn1, Trn2
NeuronPerf Troubleshooting#
Compilation issues#
Model fails to compile#
Please file a bug with as much information as possible.
Benchmarking Issues#
Benchmarking terminates early with errors#
- Scroll up and read the output. Most likely causes are:
invalid input shapes or
not enough memory to load the requested number of model copies on the device. Try passing
n_models=1tobenchmarkagain to test for memory issues.
Other Issues or Feature Requests#
Please file a bug on Github.
This document is relevant for: Inf1, Inf2, Trn1, Trn2