liminghuiv
liminghuiv
I run you sample VOC configuration, this is what I got: ======> Epoch: 99, global_step: 275899.0, lr: 0.0001
thanks for the quick reply. pls see the attachment for my train.py, args.py (in txt extension file) and progress.log. Did I do anything wrong? [progress.log](https://github.com/wizyoung/YOLOv3_TensorFlow/files/3389053/progress.log) [args_voc.txt](https://github.com/wizyoung/YOLOv3_TensorFlow/files/3389056/args_voc.txt) [train_voc.txt](https://github.com/wizyoung/YOLOv3_TensorFlow/files/3389057/train_voc.txt)
Thanks. Can you share your two stages' arg.py files?
Hi, @wizyoung. Can you pls review the one stage and two stage args.py files? and give us some suggestions? Thanks.
@wizyong, I used your misc/experiments_on_voc script and data. The training/Val text files are exactly the same. Thanks a lot.
> this is my arg.py: > first_stage: use darknet weights, restore darknet53, update yolov3_head > second_stage: use first_stage trained weights , restored darkent53 and yolov3_head, update darkent53 and yolov3_head >...
@lovepan1 , hope it works. Can you update your running result when you finish the running?
I have the same question.