Dominic-ZZ
Dominic-ZZ
1.为什么batchsize只能设置为1?我尝试过设置为6,在3个epoch之后loss都变成了Nan,请问调大batchsize需要改代码的哪些地方? 2,GPU利用率不稳定的问题,当batchsize为1时,GPU的利用率在20%-90%之间波动,我试着调大了batchsize该问题仍然存在,请问该如何解决?修改dataloader的num_workers以及pin_memory也都无效。
关于train_rain_class.py,请问这个文件是训练label的文件吗?为什么里面的代码和论文的表述有些差异?
关于train_rain_class.py,请问这个文件是训练label的文件吗?为什么里面的代码和论文的表述有些差异?
Command: `python run.py yolov3 -d cpu -t train --bs 1` Error: ```python Running train method from yolov3 on cpu in eager mode. Traceback (most recent call last): File "run.py", line...
几个epoch之后就爆显存,把batch_size设置为1或2时不会出现这个问题,但是在test时直接把输入图像输出了,mask部分变成了黑色
ERROR: Could not build wheels for mmcv, which is required to install pyproject.toml-based projects
### Prerequisite - [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help. - [X] I have read the [FAQ documentation](https://mmyolo.readthedocs.io/en/latest/faq.html) but cannot get the...
我使用configs/pix2pix_facades.yaml文件训练,没有进行改动,训练了200个epoch之后,在test集上进行测试,效果并不好(如下图所示),请问是哪里需要修改么? 