-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Development Tips & Tricks
ashbhandare edited this page Apr 22, 2021
·
2 revisions
- If there are changes to only .py files, rebuilding ORT doesn't update the .py files correctly in the build dir. In this case, these changed files need to be copied over to the build dir and the wheel must be rebuilt.
- Setting up VScode with remote VM
- Debugging within Vscode
- Getting the .onnx inference/training graph
- Enable I/O Dump
- Enable execution plan and memory plan dump
- Enable CPU profiling dump
- Enable CUDA memory consumption logs
Please use the learning roadmap on the home wiki page for building general understanding of ORT.