Open Linchunhui opened 3 years ago
I have the same confusion. I check the code network.c. This "stopbackward=800' means stop backward after 800 iterations under GPU environment.
Should we remove this line when do training custom data ? Thank you
@AlexeyAB
This "stopbackward=800' means stop backward after 800 iterations under GPU environment.
No. "stopbackward=800' means stop backward before 800 iterations. You shouldn't change it.
OK. Thanx. I made a misunderstanding :(.
Why add this line?