You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No settings file detected at /myproj/modelscan-settings.toml. Using defaults.
Model Config not found in: /myproj/models/bert-base-uncased/tf_model.h5
Scanning /myproj/models/bert-base-uncased/tf_model.h5 using modelscan.scanners.H5LambdaDetectScan model scan
--- Summary ---
No issues found! 🎉
--- Skipped ---
Total skipped: 1 - run with --show-skipped to see the full list.
Skipped files list:
The following file
/myproj/models/bert-base-uncased/tf_model.h5 was skipped during a hdf5 scan:
Model Config not found
Expected behavior
The h5 file to be scanned not skipped.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS Ubuntu Linux
Modelscan Version 0.7.6
Additional context
Maybe all that is needed is clarification that this scenario is OK to skip.
The text was updated successfully, but these errors were encountered:
Describe the bug
Downloaded https://huggingface.co/google-bert/bert-base-uncased/blob/main/tf_model.h5 to local machine and ran modelscan --show-skipped -p ./models/bert-base-uncased/tf_model.h5 and model file is skipped.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The h5 file to be scanned not skipped.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Maybe all that is needed is clarification that this scenario is OK to skip.
The text was updated successfully, but these errors were encountered: