x-yy0
x-yy0
have you solved the problem?
> linux查看修改线程默认栈空间大小(ulimit -s),默认空间1024=1M,过小,改为10240=10M,可以编译。 查看ulimit -s > > 1. 修改配置文件 > sudo vim /etc/security/limits.conf > > nvidia hard stack 10240 nvidia soft stack 10240 ubuntu hard stack 10240 ubuntu soft stack...
Is there a solution?
> Search before asking I have searched the YOLOv5 issues and found no similar bug report. YOLOv5 Component No response > > Bug > > ``` > Namespace(agnostic_nms=False, augment=False, cfg='/content/drive/MyDrive/神様/Augmentedstartups/yolor/cfg/yolor_w6.cfg',...
I have the same problem. Did you figure it out?
Removing the ‘-o’ option will solve this problem.
> Thanks for your fast reply. > > It looks like it's training correctly after changing the fp16 setting to false again. Could that be the cause? First 30 epochs...
> Hello, I did a work around to solve this issue, by modifying the file multiclass_nms_rotated.py by : replacing : labels = torch.arange(num_classes, dtype=torch.long) with : labels = torch.arange(num_classes, dtype=torch.long).to(scores.device)...