-
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
[Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel #2206
Conversation
Codecov ReportBase: 89.09% // Head: 88.97% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #2206 +/- ##
==========================================
- Coverage 89.09% 88.97% -0.12%
==========================================
Files 145 145
Lines 8721 8735 +14
Branches 1472 1473 +1
==========================================
+ Hits 7770 7772 +2
- Misses 708 720 +12
Partials 243 243
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…mlab#2206) * Fixes prompt input checks in img2img Allows providing prompt_embeds instead of the prompt, which is not currently possible as the first check fails. This becomes the same as the function found in https://github.com/huggingface/diffusers/blob/8267c7844504b55366525169187767ef92d1f499/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L393 * Continues the fix This also needs to be fixed. Becomes consistent with https://github.com/huggingface/diffusers/blob/8267c7844504b55366525169187767ef92d1f499/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion.py#L558 I've now tested this implementation, and it produces the expected results.
…pen-mmlab#2206) * [Doc] Update FAQ doc about binary segmentation and ReduceZeroLabel * update * modify * fix typo and add modification * fix typo * fix comments * fix order * fix * fix * Update docs/en/faq.md * Update docs/zh_cn/faq.md Co-authored-by: Miao Zheng <76149310+MeowZheng@users.noreply.github.com>
Motivation
Update FAQ doc about binary segmentation problem and
reduce_zero_label
usage.