• W
    [Dygraph] train and eval yolov3 successfully (#1753) · 19eb7f47
    wangxinxin08 提交于
    * split yolov3 loss using paddle op
    
    * add sync_bn and modify list to LayerList to use sync_bn, add missing op, support cutmix op in dataset, modify reader to use new ops
    
    * modify code according to review
    
    * modify code to run eval.py successfully
    
    * modify code to run eval and train successfully
    
    * modify code to use mixup
    
    * rebase code on lastest dygraph
    
    * modify code to run in sync_bn mode
    
    * modify code according to review
    
    * modify target size of ResizeOp
    19eb7f47
coco.py 6.7 KB