forked from open-mmlab/mmcv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* tag 'v1.1.5': (81 commits) bump version to 1.1.5 (open-mmlab#603) Fix wrappers version comparison (open-mmlab#602) revert dcn (open-mmlab#597) lint markdown files (open-mmlab#592) bump version to 1.1.4 (open-mmlab#591) fix lint open-mmlab#580 (open-mmlab#590) Fixed fp16_optimizer state bug (open-mmlab#580) register deconv in CONV_LAYERS (open-mmlab#582) [enhance]: show grad norm in fp16 optimizer hook (open-mmlab#584) [Enhance] Switch to https://download.openmmlab.com (open-mmlab#583) Support to specify LR of DCN's conv_offset (open-mmlab#344) add torchvision roi_align with aligned=True (open-mmlab#581) Add runner builder (open-mmlab#570) [fix]: fix wrapper comparison of pytorch version (open-mmlab#572) Add missing by_epoch arg (open-mmlab#576) merge the calling of train/val_step and batch_processor into run_iter (open-mmlab#553) bump version to 1.1.3 (open-mmlab#569) fix deprecated wrappers exiting bug (open-mmlab#567) add switch for onnx exporter (open-mmlab#564) fix dcon forward and backward bug (open-mmlab#565) ...
- Loading branch information
Showing
107 changed files
with
2,921 additions
and
522 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
include mmcv/video/optflow_warp/*.hpp mmcv/video/optflow_warp/*.pyx | ||
include requirements.txt | ||
include mmcv/model_zoo/open_mmlab.json mmcv/model_zoo/deprecated.json | ||
include mmcv/model_zoo/open_mmlab.json mmcv/model_zoo/deprecated.json mmcv/model_zoo/mmcls.json | ||
include mmcv/ops/csrc/*.cuh mmcv/ops/csrc/*.hpp | ||
include mmcv/ops/csrc/pytorch/*.cu mmcv/ops/csrc/pytorch/*.cpp | ||
include mmcv/ops/csrc/parrots/*.cu mmcv/ops/csrc/parrots/*.cpp |
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.