-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding initial utilities for SetCriterion * Adding build_targets and compute_loss for SetCriterion * Remove unused codes * Fixed num_targets in ComputeLoss * Rename to pred_logits in SetCriterion * Abstracting the encode_single in BoxCoder * Fix Anchors in SetCriterion * Rename variables * Remove BalancedPositiveNegativeSampler in unit-test * Fixing compute_loss * Fixing test_criterion * Fixing jit annotations * Enable unittest for training * Rename variables to targets_with_gain * Fixing jit annotations * Fixing jit annotations for PT1.7
- Loading branch information
Showing
6 changed files
with
274 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.