Mashiro

Results 65 comments of Mashiro

请问您是如何启动多机多卡训练的,如果方便的话可以提供一下启动训练的脚本。

> > Since `FormatCode` is optional, maybe we can import it by `try... except` and throw a not formatted string warning. > > Also an option, but having features that...

How about installing mmcv by `mim install mmcv==1.6.0`? We do not provide pre-compiled `mmcv-full` for python38-win-cu113

Hi~we have no plans to do GNN currently.

Hi~, It seems you don't install `mmcv-full` correctly. Please let us know how you install `mmcv-full`

> > Hi~, It seems you don't install `mmcv-full` correctly. Please let us know how you install `mmcv-full` > > i ues the command that pip install -U openmim mim...

Hi, it seems you failed to install `mmcv-full` correctly. What's your install steps? We suggest using `openmim` to install `mmcv-full` ```bash pip install -U openmim mim install mmcv-full ```

Thanks for your feedback~ I think it is a reasonable requirement. We may invite @hhaAndroid to have a look.

Hi, I think this format may be more proper. ![image](https://user-images.githubusercontent.com/57566630/179658625-6d0e51f2-7537-4cd0-b111-53daa79705db.png) It could be better to only modify the code of `WandbLoggerHook`. We can refer to the implementation of mmdet: https://github.com/open-mmlab/mmdetection/blob/master/mmdet/core/hook/wandblogger_hook.py#L134

Hi, thanks for your feedback. Actually, except for `TextLoggerHook`, other logger hooks will only record training state by iterations, therefore your `by_epoch` will not influence your `dvclive` log.