Skip to content

mszuyx/pytorch2onnx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

pytorch2onnx

pytorch2onnx.py

This script tries to:

  • convert a pytorch model to onnx
  • check the converted model's inference time
  • compare the difference in model results (the onnx model vs. the orignal)
  • visualize the results from both models

onnx_model_shrinker.py

This script is used to shrink the onnx model if it contains shared weights.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages