[Feature] Add --show-dir option behavior on multi-gpu testing#583
[Feature] Add --show-dir option behavior on multi-gpu testing#583mikigom wants to merge 11 commits intoopen-mmlab:masterfrom
--show-dir option behavior on multi-gpu testing#583Conversation
|
root seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Codecov Report
@@ Coverage Diff @@
## master #583 +/- ##
==========================================
- Coverage 85.37% 85.10% -0.27%
==========================================
Files 107 107
Lines 5847 5829 -18
Branches 960 954 -6
==========================================
- Hits 4992 4961 -31
- Misses 673 685 +12
- Partials 182 183 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
Hi @mikigom |
I fixed the lint error as you said :) |
|
Hi @mikigom |
|
Hi @mikigom |
|
Hi @mikigom |
[Enhancement] Refine docstring and code format
|
Hi @mikigom |
* WIP: flax FlaxDiffusionPipeline & FlaxStableDiffusionPipeline * todo comment * Fix imports * Fix imports * add dummies * Fix empty init * make pipeline work * up * Allow dtype to be overridden on model load. This may be a temporary solution until open-mmlab#567 is addressed. * Convert params to bfloat16 or fp16 after loading. This deals with the weights, not the model. * Use Flax schedulers (typing, docstring) * PNDM: replace control flow with jax functions. Otherwise jitting/parallelization don't work properly as they don't know how to deal with traced objects. I temporarily removed `step_prk`. * Pass latents shape to scheduler set_timesteps() PNDMScheduler uses it to reserve space, other schedulers will just ignore it. * Wrap model imports inside availability checks. * Optionally return state in from_config. Useful for Flax schedulers. * Do not convert model weights to dtype. * Re-enable PRK steps with functional implementation. Values returned still not verified for correctness. * Remove left over has_state var. * make style * Apply suggestion list -> tuple Co-authored-by: Suraj Patil <surajp815@gmail.com> * Apply suggestion list -> tuple Co-authored-by: Suraj Patil <surajp815@gmail.com> * Remove unused comments. * Use zeros instead of empty. Co-authored-by: Mishig Davaadorj <dmishig@gmail.com> Co-authored-by: Mishig Davaadorj <mishig.davaadorj@coloradocollege.edu> Co-authored-by: Patrick von Platen <patrick.v.platen@gmail.com> Co-authored-by: Suraj Patil <surajp815@gmail.com>
|
Hi @mikigom !We are grateful for your efforts in helping improve this open-source project during your personal time. To join the SIG channel, simply message moderator— OpenMMLab on Discord or briefly share your open-source contributions in the #introductions channel and we will assist you. Look forward to seeing you there! Join us :https://discord.gg/UjgXkPWNqA If you have a WeChat account,welcome to join our community on WeChat. You can add our assistant :openmmlabwx. Please add "mmsig + Github ID" as a remark when adding friends:) |
* fix mmdet warnings * add unit test * remove mmcv-full uninstall warnings * add changelog * remove rebundent changelog of refactor unittest * fix conflict * fix warnings of mmcv-full uninstalled
This modification is for multi-gpu testing to support behavior of
--show-diroption.