nis243

Results 3 comments of nis243

Hello. In RTX3080Ti + torch 1.10.0+cu113, the same phenomenon occurred. It worked somehow by downgrading the version. It's not realistic, but if you want it to work on the CPU,...

I couldn't do it with a similar error. I fixed the following 4 places and it worked. Delete the indexes on lines 168,169 and 214,215. `losses.update(loss.data, input.size(0))` `top1.update(prec1, input.size(0))` In...

Hello. I want to know how to easily play multiple wav files. environment: maixcam-2024-09-05-maixpy-v4.5.1.img & Install Runtime 1.19.0 When using multiple audio.Players, the error "Unknown error: capture init failed" occurs....