-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
81 layer factory #127
81 layer factory #127
Conversation
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.
Add several inline comments.
Others look good to me.
And we need a clear document to introduce how to use APIs to develop networks.
Otherwise, other contributors may feel hard to add new networks.
Thanks.
I've finally had a chance to get back to this with updates and changes to DenseNet. |
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.
Looks good to me.
- Suggest listing all the supported layer types in the doc-string of layer factory, otherwise, users need to check the code details for that layer type name(like Pool. ADAPTIVEAVG).
- And I created another PR 81 update networks in highlights #217 for this PR to introduce the layer factory in MONAI highlights.
Could you please help review it?
Thanks.
Fixes #81.
Description
Adds a new layer factory mechanism which is extensible and more generic.
Status
Work in progress
Types of changes