-
Notifications
You must be signed in to change notification settings - Fork 71
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
verify properties for model-zoo bundle #601
Conversation
return apps_url_data | ||
|
||
|
||
def verify(models_path="models", bundle="", download_path="download"): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please use existing functions and extend your new feature
e4a95a7
to
371b779
Compare
for more information, see https://pre-commit.ci
…del-zoo into config_properties
# update apps bundle properties to workflow properties | ||
from properties import InferProperties, MetaProperties | ||
|
||
workflow.properties = {**MetaProperties, **InferProperties} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's not the formal way. You need to set properties_path
for BundleWorkflow
73130e5
to
99ac58f
Compare
This PR can close since the new one is merged |
Fixes # .
Description
Add verifying properties ci for model-zoo bundle
Status
Work in progress
Please ensure all the checkboxes:
./runtests.sh --codeformat
.version
andchangelog
inmetadata.json
if changing an existing bundle.CONTRIBUTING.md
).monai
,pytorch
andnumpy
are correct inmetadata.json
.eval_metrics
of the provided weights and TorchScript modules.large_file.yml
./home/your_name/
for"bundle_root"
).