RenLiqiang 5 달 전
부모
커밋
6f4cff6dda
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      models/keypoint/train.yaml

+ 1 - 1
models/keypoint/train.yaml

@@ -7,7 +7,7 @@ num_classes: 2
 num_keypoints: 2
 opt: 'adamw'
 batch_size: 2
-epochs: 10
+epochs: 5000
 lr: 0.005
 momentum: 0.9
 weight_decay: 0.0001