Skip to content

Commit 47fee75

Browse files
authored
Cinn conv 03 (#3027)
* 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
1 parent 38979a6 commit 47fee75

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python main.py -c paddlex/configs/modules/object_detection/CenterNet-DLA-34.yaml -o Global.mode=train -o Global.dataset_dir=../coco -o Train.num_classes=80 -o Train.epochs_iters=140 -o Train.batch_size=16 -o Train.learning_rate=0.0005 -o Global.device=gpu:0,1,2,3,4,5,6,7 -o Global.output='./output/object_detection/CenterNet-DLA-34_CINN' -o Train.dy2st=True
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python main.py -c paddlex/configs/modules/object_detection/CenterNet-DLA-34.yaml -o Global.mode=train -o Global.dataset_dir=../coco -o Train.num_classes=80 -o Train.epochs_iters=140 -o Train.batch_size=16 -o Train.learning_rate=0.0005 -o Global.device=gpu:0,1,2,3,4,5,6,7 -o Global.output='./output/object_detection/CenterNet-DLA-34_dy'

0 commit comments

Comments
 (0)