You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for sharing the code. I have some questions, could you give me some advice? Q1: Why batch = 1 in train.prototxt? The training process is very slow. I change this param, but there is no change in cuda momery, why? Q2: Error occured when pad = 1 ( in layer conv4), but pad = 0 is ok, why? pad in darknet was setted 1.
**Q3:**How to use your code to predict images?
Look forward to your reply!
The text was updated successfully, but these errors were encountered:
Li-Lai
changed the title
convert caffemodel error
why train batch_size = 1 , pad = 0 and how to predicct?
Aug 18, 2017
Thank you for sharing the code. I have some questions, could you give me some advice?
Q1: Why batch = 1 in train.prototxt? The training process is very slow. I change this param, but there is no change in cuda momery, why?
Q2: Error occured when pad = 1 ( in layer conv4), but pad = 0 is ok, why? pad in darknet was setted 1.
**Q3:**How to use your code to predict images?
Look forward to your reply!
The text was updated successfully, but these errors were encountered: