Zaida Zhou
Zaida Zhou
The examples in the document were merely for introducing concepts and can not executed. I will submit a pull request to make them work.
Hi @doodoo0006 , did you try to use `nvidia-smi` to see the usage of GPUs?
Hi @Qiulin-W , thanks for your feedback. We will provide a parameter to support skipping the initialization.
Hi, could you provide the steps (or information) to reproduce the error?
Hi @Data-drone , thanks for your feedback. `backend_args` is used to decide which backend should be used and to initialize the corresponding Backend. More details can be found at here....
Hi @Mactarvish , thank you for your contribution. I think this feature can be implemented in a new Evaluator `MultiDatasetEvaluator` rather than in the `Metric`. We can discuss this first...
Hi @MiXaiLL76 , thanks for your feedback. Could you help us refine the error message?
Hi @okotaku , thanks for your contribution. I will review this PR ASAP.
Hi @okotaku , when I launched this example with multiple GPUs, it threw the following error. ``` File "/home/codebases/mmengine/examples/stable_diffusion.py", line 284, in main runner.train() File "/home/codebases/mmengine/mmengine/runner/runner.py", line 1745, in train...
Hi @mypydl , thanks for your report. 1. assign strict to load_module_strict 2. need to consider how to pass the strict and load_module_only parameters to `load_checkpoint` because FlexibleRunner does not...