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] Remove fp16 folder in configs. #1031

Merged
merged 6 commits into from
Nov 15, 2021

Conversation

MengzhangLI
Copy link
Contributor

Remove 4 FP16 config files into their corresponding folders.

@MengzhangLI MengzhangLI added the WIP Work in process label Nov 11, 2021
@MengzhangLI MengzhangLI self-assigned this Nov 11, 2021
@codecov
Copy link

codecov bot commented Nov 11, 2021

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.55%. Comparing base (d665f6b) to head (81c3ea4).
Report is 301 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1031   +/-   ##
=======================================
  Coverage   89.55%   89.55%           
=======================================
  Files         119      119           
  Lines        6626     6626           
  Branches     1034     1034           
=======================================
  Hits         5934     5934           
  Misses        488      488           
  Partials      204      204           
Flag Coverage Δ
unittests 89.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -73,7 +73,6 @@ Supported methods:
- [x] [UNet (MICCAI'2016/Nat. Methods'2019)](configs/unet)
- [x] [PSPNet (CVPR'2017)](configs/pspnet)
- [x] [DeepLabV3 (ArXiv'2017)](configs/deeplabv3)
- [x] [Mixed Precision (FP16) Training (ArXiv'2017)](configs/fp16)
- [x] [BiSeNetV1 (ECCV'2018)](configs/bisenetv1)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add one item named supported training tricks in the future?

configs/deeplabv3/README.md Show resolved Hide resolved
configs/deeplabv3/deeplabv3.yml Outdated Show resolved Hide resolved
configs/fcn/fcn.yml Outdated Show resolved Hide resolved
configs/pspnet/pspnet.yml Outdated Show resolved Hide resolved
@@ -129,7 +129,7 @@ Please refer to [CGNet](https://github.com/open-mmlab/mmsegmentation/blob/master

### Mixed Precision (FP16) Training

Please refer [Mixed Precision (FP16) Training](https://github.com/open-mmlab/mmsegmentation/blob/master/configs/fp16) for details.
Please refer [Mixed Precision (FP16) Training] on BiSeNetV2 (https://github.com/open-mmlab/mmsegmentation/blob/master/configs/bisenetv2/bisenetv2_fcn_fp16_4x4_1024x1024_160k_cityscapes.py) for details.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that some algorithms are missing in the model zoo, should add in the future.

@RockeyCoss
Copy link
Contributor

Please merge the master branch into your branch, thank you.

@Junjun2016 Junjun2016 merged commit 6b3e550 into open-mmlab:master Nov 15, 2021
@MengzhangLI MengzhangLI removed the WIP Work in process label Nov 15, 2021
@MengzhangLI MengzhangLI deleted the remove_fp16_folder branch February 1, 2022 03:17
bowenroom pushed a commit to bowenroom/mmsegmentation that referenced this pull request Feb 25, 2022
* remove fp16 folder

* remove fp16 in docs

* fix some typos

* fix some typos

* fix fp16 in yml
aravind-h-v pushed a commit to aravind-h-v/mmsegmentation that referenced this pull request Mar 27, 2023
* changed training example to add option to train model that predicts x0 (instead of eps), changed DDPM pipeline accordingly

* Revert "changed training example to add option to train model that predicts x0 (instead of eps), changed DDPM pipeline accordingly"

This reverts commit c5efb525648885f2e7df71f4483a9f248515ad61.

* changed training example to add option to train model that predicts x0 (instead of eps), changed DDPM pipeline accordingly

* fixed code style

Co-authored-by: lukovnikov <lukovnikov@users.noreply.github.com>
wjkim81 pushed a commit to wjkim81/mmsegmentation that referenced this pull request Dec 3, 2023
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.

3 participants