Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model pruning #54

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 15, 2023

  1. Update config.py

    antmikinka authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    e2b72ff View commit details
    Browse the repository at this point in the history
  2. Update config.py

    antmikinka authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    2ad4eca View commit details
    Browse the repository at this point in the history
  3. Create model_notes.md

    antmikinka authored Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8119988 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Update convert.py

    need to re-edit this and check the latest notes
    antmikinka authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    7ae8544 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Update convert.py

    adds pruning from coremltools into exporter. needs to be implemented into main.py for adding it in parser args. also custom set target sparsity. I imagine would be able to also add palletization here as well.
    antmikinka authored Aug 24, 2023
    Configuration menu
    Copy the full SHA
    74e735d View commit details
    Browse the repository at this point in the history