Skip to content

Instantly share code, notes, and snippets.

@dhruvbird
Created November 12, 2021 19:27
Show Gist options
  • Save dhruvbird/d8a04bddb70422202a2eb25f17c916df to your computer and use it in GitHub Desktop.
Save dhruvbird/d8a04bddb70422202a2eb25f17c916df to your computer and use it in GitHub Desktop.
Optimize scripted model for mobile inference
from torch.utils.mobile_optimizer import optimize_for_mobile
optimized_model = optimize_for_mobile(scripted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment