cxzhou
cxzhou
@Cuky88 @JcmeLs In nets file ssd_vgg_300.py modify net param num_class=21 -->num_class=2
重新训练模型了吗 JimmyLauren ***@***.***>于2021年11月12日 周五上午11:14写道: > 你好,我用这个模型在非bilinear退化数据集上表现不理想,PSNR只有23左右 > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on...
不好意思,我也不是做SR方面的专家,这个repo是我面试中复现论文的一道题目。感觉帮不到您~
Hi @glenn-jocher The command: for i in 0 1 2 3; do nohup python train.py --epochs 10 --data coco128.yaml --weights yolov5s.pt --cache --evolve --device $i & done Seems that for...
I see. Thanks a lot! Glenn Jocher 于2020年10月25日 周日18:20写道: > > > @cxzhou95 the tutorial commands are > correct. The multi-GPU tutorial command instructs four GPUs to evolve 300 >...