Skip to content

Instantly share code, notes, and snippets.

@brookisme
Last active October 24, 2022 16:01
Show Gist options
  • Save brookisme/52079e106255f75c996d8595cd3988b0 to your computer and use it in GitHub Desktop.
Save brookisme/52079e106255f75c996d8595cd3988b0 to your computer and use it in GitHub Desktop.
UNET with Squeeze and Excitation Blocks
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@brookisme
Copy link
Author

brookisme commented Jul 20, 2018

  • build unet with paper parameters
  • optional depth of unet
  • optional depth of conv_blocks
  • valid/same padding
  • other conv-block kwargs: se, bn, act

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment