Михаил
Михаил
> > > 请问这个问题您解决了吗 @baltam I think that he is using the wrong program
I don’t know what’s going on in the unit tests, they fail outside of my changes, on other tests)
@zhouzaida @C1rN09 cannot run last test with GPU ``` Job was rejected because resource class gpu.nvidia.small, image ubuntu-2004-cuda-11.2:202103-01 is not a valid resource class ``` mb ---- mb we need...
> Hi @MiXaiLL76 , thanks for your feedback. Could you help us refine the error message? Maybe it's worth here (https://github.com/open-mmlab/mmengine/blob/main/mmengine/optim/scheduler/param_scheduler.py#L1505), not using raise, but calling warning? Because metrics (if...
i have same issue
look at your config. i think you need change ```python3 train_dataloader = dict( .... sampler=dict(type='InfiniteSampler', shuffle=True), ... ) ``` to ```python3 train_dataloader = dict( .... sampler=dict(type='DefaultSampler', shuffle=True), ... ) ```
@ff98li I think it's time to close this issue
@BIGWangYuDong Hello! I'm waiting for you Yudong Wang
Hello @hhaAndroid, I see that you are active on the site, please take a look at this PR