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

fix release of pytorch 1.0, semantic segmentation, and instance segmentation branches #4

Merged
merged 1 commit into from
Apr 2, 2019

Conversation

shelhamer
Copy link
Owner

I somehow packaged up an incomplete branch for release that most importantly (1) was not fully compatible with pytorch 1.0 and (2) was missing our model with an unshared metric for positives and negatives. The necessary fixes and grooming to correct that are bundled together here.

  • fix train + evaluate for pytorch 1.0
  • fix collate for pytorch 1.0
  • fix model override for cofeat-late-lite
  • fix dataset dict: trivial syntax error
  • model: include unshared metric with separate positive/negative weights
    (which we found to be more effective for semantic segmentation)
  • model: switch to nn.init helpers and new mutable module interface
    for surgery
  • data: notebook for few-shot datasets
  • data: include slug in aux
  • rename DIOS -> interactive: interactive is more descriptive, and only
    the early fusion models are closely related to DIOS
  • drop stale loss module: pytorch 1.0 handles 2d inputs
  • drop unused data arg multi
  • drop stale usage of autograd.Variable

close #3

- fix train + evaluate for pytorch 1.0
- fix collate for pytorch 1.0
- fix model override for cofeat-late-lite
- fix dataset dict: trivial syntax error
- model: include unshared metric with separate positive/negative weights
  (which we found to be more effective for semantic segmentation)
- model: switch to `nn.init` helpers and new mutable module interface
  for surgery
- data: notebook for few-shot datasets
- data: include slug in aux
- rename DIOS -> interactive: interactive is more descriptive, and only
  the early fusion models are closely related to DIOS
- drop stale loss module: pytorch 1.0 handles 2d inputs
- drop unused data arg `multi`
- drop stale usage of `autograd.Variable`
@shelhamer shelhamer merged commit 74fc12a into master Apr 2, 2019
@shelhamer shelhamer deleted the fix branch April 2, 2019 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash during stack()
1 participant