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

Update extract_feature.py #123

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

Commits on May 25, 2023

  1. Update extract_feature.py

    The feature set used to build the 'concat' predictor is [ HW, CIN1 , CIN2 , CIN3 , CIN4 ] but when we are predicting , the feature set is wrongly extracted for concat layer. The ' no. of input tensors ' feature value is not required in the feature list because we are adding padding values to the list if no. of tensors are less than 4 and removing extra tensors if no. of tensors more than 4 thus maintaining the consistency. Even no. of channels are wrongly extracted thus made changes accordingly.
    manideep-bandaru committed May 25, 2023
    Configuration menu
    Copy the full SHA
    4bdd5f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5271a8 View commit details
    Browse the repository at this point in the history