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

Make profiling return pre- and post-optimization plots (up to 4 plots in total) #323

Merged
merged 11 commits into from
Apr 23, 2021

Commits on Apr 7, 2021

  1. Produce separate profiling plots for original and HLS models except f…

    …or activations
    Maksymilian Graczyk committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    d508a63 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Add activations_hlsmodel() to profiling.py

    Maksymilian Graczyk committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    a69f9b8 View commit details
    Browse the repository at this point in the history
  2. Add producing a HLS model activations plot to profiling

    Maksymilian Graczyk committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    ab838ad View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Configuration menu
    Copy the full SHA
    51286d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. Add pre-optimization graph copy to HLSModel

    Maksymilian Graczyk committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    d71f989 View commit details
    Browse the repository at this point in the history
  2. Make profiling return pre- and post-optimization plots

    Maksymilian Graczyk committed Apr 16, 2021
    Configuration menu
    Copy the full SHA
    33ebd75 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Revert "Add pre-optimization graph copy to HLSModel"

    This reverts commit d71f989
    Maksymilian Graczyk committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    3cb38e7 View commit details
    Browse the repository at this point in the history
  2. Make pre-optimisation HLSModel be generated in profiling

    instead of being obtained from a pre-optimisation graph copy
    Maksymilian Graczyk committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    2c86a80 View commit details
    Browse the repository at this point in the history
  3. Base weights_keras()'s weight and suffix processing on a map

    Maksymilian Graczyk committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    16b76d1 View commit details
    Browse the repository at this point in the history
  4. Make output dir of generated unoptimized HLSModel random

    Maksymilian Graczyk committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    9d85b9e View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Configuration menu
    Copy the full SHA
    ac7e72c View commit details
    Browse the repository at this point in the history