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

feat: Added StackUpsample2d #132

Merged
merged 8 commits into from
May 9, 2021
Merged

feat: Added StackUpsample2d #132

merged 8 commits into from
May 9, 2021

Conversation

frgfm
Copy link
Owner

@frgfm frgfm commented May 9, 2021

This PR introduces the following modifications:

  • added stack upsampling as inverse ops of concat downsampling
  • added corresponding unittests
  • added schema in documentation

@frgfm frgfm added topic: documentation Improvements or additions to documentation type: enhancement New feature or request module: nn ext: tests Related to test labels May 9, 2021
@frgfm frgfm added this to the 0.1.4 milestone May 9, 2021
@frgfm frgfm self-assigned this May 9, 2021
@codecov
Copy link

codecov bot commented May 9, 2021

Codecov Report

Merging #132 (d3ac78d) into master (de25835) will increase coverage by 0.13%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
+ Coverage   91.52%   91.65%   +0.13%     
==========================================
  Files          50       51       +1     
  Lines        2866     2887      +21     
==========================================
+ Hits         2623     2646      +23     
+ Misses        243      241       -2     
Impacted Files Coverage Δ
holocron/models/segmentation/unet.py 98.20% <ø> (ø)
holocron/nn/modules/attention.py 100.00% <ø> (ø)
holocron/nn/modules/conv.py 98.70% <ø> (ø)
holocron/nn/modules/downsample.py 92.75% <ø> (ø)
holocron/nn/modules/dropblock.py 94.11% <ø> (ø)
holocron/nn/modules/lambda_layer.py 93.87% <ø> (ø)
holocron/ops/boxes.py 98.24% <ø> (ø)
holocron/nn/functional.py 92.89% <100.00%> (+0.32%) ⬆️
holocron/nn/modules/__init__.py 100.00% <100.00%> (ø)
holocron/nn/modules/upsample.py 100.00% <100.00%> (ø)
... and 2 more

@frgfm frgfm merged commit 6dc9448 into master May 9, 2021
@frgfm frgfm deleted the upsampling branch May 9, 2021 13:31
@frgfm frgfm added ext: docs type: new feature and removed type: enhancement New feature or request labels Jan 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ext: docs ext: tests Related to test module: nn topic: documentation Improvements or additions to documentation type: new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant