You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After training the model (step 2), how can I export the trained model to ONNX?
Regarding latency, how can I set a target latency so that the latency of the trained model is smaller than the expected latency?
The latency used on the repo that is on the host device, how can I perform a search with latency constraints based on the latency observed on the target/edge device?
The text was updated successfully, but these errors were encountered:
Thanks for the great library for hardware-aware NAS. I trained ProxylessNas with the CIFAR dataset. Here are the steps:
Step 1:
Step 2:
I have three questions:
The text was updated successfully, but these errors were encountered: