yyliu01 / PS-MT

[CVPR'22] Perturbed and Strict Mean Teachers for Semi-supervised Semantic Segmentation
https://arxiv.org/pdf/2111.12903.pdf
MIT License
186 stars 17 forks source link

Questions about the training environment #15

Closed DeepHM closed 1 year ago

DeepHM commented 1 year ago

Hello. Can I know the gpu information (gpu name(type), number of gpu, and memory usage of gpu) and training time in your experiments?

If possible, I would like to know roughly about VOC and Cicyscapes, respectively. (especially training time and gpu memory usage)

Thank you !

yyliu01 commented 1 year ago

Thanks for your interest.

We've provided all the training details via the wandb log. For example, in Pascal VOC12 experiment, you can find the hardware information, training time in https://wandb.ai/pyedog1976/PS-MT(VOC12)/runs/177s76t6/overview?workspace=user-pyedog1976. Also, the training logs are in https://wandb.ai/pyedog1976/PS-MT(VOC12)/runs/177s76t6/logs?workspace=user-pyedog1976 and the system history is in https://wandb.ai/pyedog1976/PS-MT(VOC12)/runs/177s76t6/system?workspace=user-pyedog1976.

Besides, you can find all the information in the wandb log for Cityscapes as well (which is also provided in this repo).

Cheers, Yuyuan

DeepHM commented 1 year ago

Thank you!