Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

mixup and mixmatch added #422

Merged
merged 1 commit into from
Sep 6, 2019
Merged

mixup and mixmatch added #422

merged 1 commit into from
Sep 6, 2019

Conversation

Zach-ER
Copy link
Collaborator

@Zach-ER Zach-ER commented Jul 22, 2019

Notes:

  1. Only dense losses will work with mixup.
  2. Potential further performance gains to be made from storing one data_dict in the iteration_message so only one new batch is sampled per iteration.

Status

*READY/

Description

Implements https://openreview.net/pdf?id=rkBBChjiG .

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • My code follows the code style of this project.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Todos

  • Tests
  • Documentation

@wyli wyli merged commit fd4f88e into NifTK:dev Sep 6, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants