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

Add dropout to the convolutional blocks #130

Merged
merged 70 commits into from
Sep 29, 2024
Merged

Add dropout to the convolutional blocks #130

merged 70 commits into from
Sep 29, 2024

Conversation

jdenholm
Copy link
Owner

@jdenholm jdenholm commented Sep 17, 2024

Closes #129.

  • Blocks

    • Add dropout to ConvBlock.
      • Add the dropout feature.
      • Test the contents of the block.
      • Test the arguments of the block.
      • Test the call method of the block.
    • Add dropout argument to DoubleConvBlock
      • Add dropout.
      • Test the contents of the block.
      • Test the arguments of the block.
      • Test the call method of the block.
    • Add dropout to ConvResBlock.
      • Add the dropout feature.
      • Test the contents of the block.
      • Test the arguments of the block.
      • Test the call method of the block.
    • Add dropout argument to DownBlock.
      • Add the dropout feature.
      • Test the contents of the block.
      • Test the arguments of the block.
      • Test the call method of the block.
    • Add dropout argument to UpBlock.
      • Add the dropout feature.
      • Test the contents of the block.
      • Test the arguments of the block.
      • Test the call method of the block..
    • Add dropout argument to UNetUpBlock.
      • Add the dropout feature.
      • Test the contents of the block.
      • Test the arguments of the block.
      • Test the call method of the block.
  • Models

    • UNet
      • Add the dropout option.
      • Test the arguments.
      • Test the call method.
      • Test the contents.
      • Update the demo.
    • Encoder2d
      • Add the dropout option.
      • Test the arguments.
      • Test the call method.
      • Test the contents.
    • Decoder2d
      • Add the dropout option.
      • Test the arguments.
      • Test the call method.
      • Test the contents.
    • AutoEncoder
      • Add the dropout option.
      • Test the arguments.
      • Test the call method.
      • Test the contents.
      • Update the demo.
    • VAE2d
      • Add the dropout option.
      • Test the arguments.
      • Test the call method.
      • Test the contents.
      • Update the demo.

@jdenholm jdenholm added the enhancement New feature or request label Sep 17, 2024
@jdenholm jdenholm self-assigned this Sep 17, 2024
@jdenholm jdenholm marked this pull request as draft September 17, 2024 12:50
jdenholm and others added 27 commits September 24, 2024 09:30
@jdenholm jdenholm marked this pull request as ready for review September 29, 2024 18:09
@jdenholm jdenholm merged commit d984efa into dev Sep 29, 2024
12 checks passed
@jdenholm jdenholm deleted the cnn-dropout branch September 29, 2024 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add dropout to convolutional blocks and models.
1 participant