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

fix dimensions error for mobilenetv1_KL_quant #26776

Commits on Sep 3, 2020

  1. fix dimensions error for mobilenetv1_KL_quant

    fixes AssertionError: The size of weight scales vector (1000) does not match the number of output channels (1024) in the weights tensor fc7_weights.
    
    add mul test
    sfraczek committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    65f0ebc View commit details
    Browse the repository at this point in the history
  2. remove comment

    sfraczek committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    ccc70a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2020

  1. add third case unit test

    sfraczek committed Sep 4, 2020
    1 Configuration menu
    Copy the full SHA
    9298a42 View commit details
    Browse the repository at this point in the history