-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[Feature] support mim #549
Conversation
support mmcli
add manifest.in and add config at setup.py
add requirements
modify manifest
add metafile
Codecov Report
@@ Coverage Diff @@
## master #549 +/- ##
==========================================
- Coverage 86.76% 86.41% -0.35%
==========================================
Files 101 101
Lines 5250 5279 +29
Branches 849 851 +2
==========================================
+ Hits 4555 4562 +7
- Misses 535 557 +22
Partials 160 160
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
…ation into mmcli_support
Example for Swin Transformer open-mmlab/mim-example#1 |
configs/ccnet/metafile.yml
Outdated
- Name: ccnet_r101-d8_512x512_160k_ade20k | ||
In Collection: CCNet | ||
Metadata: | ||
inference time (fps): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some FPS is missing.
* dice loss * format code, add docstring and calculate denominator without valid_mask * minor change * restore * add metafile * add manifest.in and add config at setup.py * add requirements * modify manifest * modify manifest * Update MANIFEST.in * add metafile * add metadata * fix typo * Update metafile.yml * Update metafile.yml * minor change * Update metafile.yml * add subfix * fix mmshow * add more metafile * add config to model_zoo * fix bug * Update mminstall.txt * [fix] Add models * [Fix] Add collections * [fix] Modify collection name * [Fix] Set datasets to unet metafile * [Fix] Modify collection names * complement inference time
* Add an argument "negative_prompt" * Fix argument order * Fix to use TypeError instead of ValueError * Removed needless batch_size multiplying * Fix to multiply by batch_size * Add truncation=True for long negative prompt * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_onnx.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_img2img.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_inpaint.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Update src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_onnx.py Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> * Fix styles * Renamed ucond_tokens to uncond_tokens * Added description about "negative_prompt" Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com>
* add optimized_1f option to TCN * change to train_with_stride_conv * add unittest
Reference
Add metafile, ref https://github.com/open-mmlab/mmdetection3d/blob/master/model_zoo.yml
Add MANIFEST.in, ref https://github.com/open-mmlab/mmdetection3d/blob/master/MANIFEST.in
Set
include_package_data=True
at setup.py, ref https://github.com/open-mmlab/mmdetection3d/blob/master/setup.py#L151Add mminstall.txt to
requirements
, ref https://github.com/open-mmlab/mmdetection3d/blob/master/requirements/mminstall.txt and https://github.com/open-mmlab/mmclassification/blob/master/requirements/mminstall.txt