DeepRegNet / DeepReg

Medical image registration using deep learning
Apache License 2.0
568 stars 77 forks source link

671 customize layer channels in unet #673

Closed mathpluscode closed 3 years ago

mathpluscode commented 3 years ago

Description

Enable changing encoder/decoder channels in U-Net

Fixes #671

Type of change

What types of changes does your code introduce to DeepReg?

Please check the boxes that apply after submitting the pull request.

Checklist

Please check the boxes that apply after submitting the pull request.

If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

codecov[bot] commented 3 years ago

Codecov Report

Merging #673 (51db404) into main (077bc4a) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #673   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           38        38           
  Lines         2412      2424   +12     
=========================================
+ Hits          2412      2424   +12     
Impacted Files Coverage Δ
deepreg/model/backbone/u_net.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 077bc4a...51db404. Read the comment docs.

mathpluscode commented 3 years ago

@s-sd @NMontanaBrown @YipengHu would you have time to review this :) ?