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

Large variety of nuanced fixes to the U-Nets #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jchen42703
Copy link
Owner

The whole idea of these changes is to remove assumption that you're only trying to predict one class (where multi-class cases automatically go for 'softmax'), which is simply not true. Although, this wasn't necessary for this project's goals, it's a solid fix to make the code more generalizable and make more sense.

Changes

  • Now, can specify out_act, the output activation function for the U-Nets
  • Removed self._build_predictor because it's not that useful considering how this case is only for 2D images.
  • Added the n_labels argument to SimpleUNet
  • Updated documentation

The whole idea of these changes is to remove assumption that you're only trying to predict one class (where multi-class cases automatically go for 'softmax'), which is simply not true. Although, this wasn't necessary for this project's goals, it's a solid fix to make the code more generalizable and make more sense.
# Changes
* Now, can specify out_act, the output activation function for the U-Nets
* Removed self._build_predictor because it's not that useful considering how this case is only for 2D images.
* Updated documentation
@jchen42703 jchen42703 added the enhancement New feature or request label Apr 10, 2019
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.

None yet

1 participant