-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add dynunet model #873
Add dynunet model #873
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## new-apis_v0.1.0-dev #873 +/- ##
=======================================================
- Coverage 94.41% 94.41% -0.01%
=======================================================
Files 158 159 +1
Lines 9314 9349 +35
=======================================================
+ Hits 8794 8827 +33
- Misses 520 522 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@sarthakpati I made the proposed changes. |
Hi @sarthakpati, |
Brief description
This PR adds the dynunet model.
Proposed Changes
Important notes
I have added a docker-compose file.
It is used for development purposes. I will delete it when the task is completed.
Checklist
CONTRIBUTING
guide has been followed.typing
is used to provide type hints, including and not limited to usingOptional
if a variable has a pre-defined value).pip install
step is needed for PR to be functional), please ensure it is reflected in all the files that control the CI, namely: python-test.yml, and all docker files [1,2,3].