wys2929

Results 3 comments of wys2929

在训练时报的错,具体报错如下 Traceback (most recent call last): File "main.py", line 307, in main() File "main.py", line 41, in main consensus_type=args.consensus_type, dropout=args.dropout, partial_bn=not args.no_partialbn) File "/home/usr/project1/tsn-pytorch/models.py", line 39, in __init__ self._prepare_base_model(base_model) File...

python版本3.8.13 OpenCV版本4.5.5 pytorch版本1.8.0 在修改nl_map_save.py中 net.load_state_dict(torch.load('weights/net.pth'))为net.load_state_dict(torch.load('weights/net.pth'), strict=False)后不报上诉错误了,但又报了 RuntimeError: Unexpected error from cudaGetDeviceCount(). Did you run some cuda functions before calling NumCudaDevices() that might have already set an error? Error 804: forward...

OK, thanks for your prompt reply. ------------------ 原始邮件 ------------------ 发件人: "Qiaoyong ***@***.***>; 发送时间: 2022年9月17日(星期六) 中午11:21 收件人: ***@***.***>; 抄送: ***@***.***>; ***@***.***>; 主题: Re: [hikvision-research/skelact] Where is the skeletonMix SkeletonMix strategy used in this...