Skip to content

Commit 8aad9c9

Browse files
authored
Cinn conv 08 (#3033)
* Plt Support torch test, test=model * Plt Support torch test, test=model * plt update torch, test=model * fix plt torch, test=model * plt torch support, test=model * add plt torch case, test=model * add plt torch case, test=model * add plt torch case, test=model * add plt torch case, test=model * add plt torch case, test=model * add plt torch case, test=model * add plt torch case, test=model * add plt torch case, test=model * add cinn converge case * add cinn converge case * add cinn converge case * add cinn converge case * add cinn converge case * add cinn converge case * fix cinn converge * fix cinn converge * fix cinn converge * fix cinn converge
1 parent 29c20f6 commit 8aad9c9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python main.py -c paddlex/configs/modules/face_detection/BlazeFace.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_train -o Train.epochs_iters=1000 -o Train.batch_size=16 -o Train.learning_rate=0.001 -o Global.output='./output/face_detection/BlazeFace_CINN' -o Train.dy2st=True
1+
python main.py -c paddlex/configs/modules/face_detection/BlazeFace.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_coco -o Train.epochs_iters=1000 -o Train.batch_size=16 -o Train.learning_rate=0.001 -o Global.output='./output/face_detection/BlazeFace_CINN' -o Train.dy2st=True
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python main.py -c paddlex/configs/modules/face_detection/BlazeFace.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_train -o Train.epochs_iters=1000 -o Train.batch_size=16 -o Train.learning_rate=0.001 -o Global.output='./output/face_detection/BlazeFace_dy'
1+
python main.py -c paddlex/configs/modules/face_detection/BlazeFace.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_coco -o Train.epochs_iters=1000 -o Train.batch_size=16 -o Train.learning_rate=0.001 -o Global.output='./output/face_detection/BlazeFace_dy'
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python main.py -c paddlex/configs/modules/face_detection/PP-YOLOE_plus-S_face.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_train -o Train.epochs_iters=80 -o Train.batch_size=8 -o Train.learning_rate=0.001 -o Global.device=gpu:0,1,2,3,4,5,6,7 -o Global.output='./output/face_detection/PP-YOLOE_plus-S_face_CINN' -o Train.dy2st=True
1+
python main.py -c paddlex/configs/modules/face_detection/PP-YOLOE_plus-S_face.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_coco -o Train.epochs_iters=80 -o Train.batch_size=8 -o Train.learning_rate=0.001 -o Global.device=gpu:0,1,2,3,4,5,6,7 -o Global.output='./output/face_detection/PP-YOLOE_plus-S_face_CINN' -o Train.dy2st=True
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
python main.py -c paddlex/configs/modules/face_detection/PP-YOLOE_plus-S_face.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_train -o Train.epochs_iters=80 -o Train.batch_size=8 -o Train.learning_rate=0.001 -o Global.device=gpu:0,1,2,3,4,5,6,7 -o Global.output='./output/face_detection/PP-YOLOE_plus-S_face_dy'
1+
python main.py -c paddlex/configs/modules/face_detection/PP-YOLOE_plus-S_face.yaml -o Global.mode=train -o Global.dataset_dir=../widerface_coco -o Train.epochs_iters=80 -o Train.batch_size=8 -o Train.learning_rate=0.001 -o Global.device=gpu:0,1,2,3,4,5,6,7 -o Global.output='./output/face_detection/PP-YOLOE_plus-S_face_dy'

0 commit comments

Comments
 (0)