Waheed Abbas
Waheed Abbas
Someone did this for yolov4 actually. https://qiita.com/TakaoNarikawa/items/e4521fd8c7a522e9d4fd
@nihui Thanks. When I convert a cafe model using https://convertmodel.com/ I get param and bin file but the application seems to be using binary (bin) param file. How can I...
@nihui need little help in this matter, please answer.
Any progress regarding this issue?
I don't see any value of checkpoints without the ability to resume. For me, the point of checkpoint here is to be able to resume training in case of any...
I faced the same issue then my workaround was to update CUDA to 10.1 and Cudnn to 7.6. After that install, Turicreate as per instructions. Follow GPU instruction as it...
Yeah, but I got the same error with the recommended version. My data size is 500k images I have 32GB ram. Here is my requirement file. absl-py==0.10.0 astor==0.8.1 astunparse==1.6.3 cachetools==4.1.1...
Can you share your requirements file?
set tensorflow-gpu==2.3.1 and try again. Also, images are being resized to 608x608 so you can also pass images a little larger than that. This will be beneficial for faster training...
Well, the only workaround is to reduce the image size and resize annotations accordingly. I recommend going no more than 650x650.