forked from PaddlePaddle/PaddleGAN
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TIPC] add tipc benchmark for msvsr (PaddlePaddle#672)
* add tipc benchmark for msvsr * update tipc readme img
- Loading branch information
Showing
12 changed files
with
211 additions
and
66 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
===========================train_params=========================== | ||
model_name:msvsr | ||
python:python3.7 | ||
gpu_list:0 | ||
## | ||
auto_cast:null | ||
total_iters:lite_train_lite_infer=10|lite_train_whole_infer=10|whole_train_whole_infer=200 | ||
output_dir:./output/ | ||
dataset.train.batch_size:lite_train_lite_infer=1|whole_train_whole_infer=1 | ||
pretrained_model:null | ||
train_model_name:msvsr_reds*/*checkpoint.pdparams | ||
train_infer_img_dir:./data/msvsr_reds/test | ||
null:null | ||
## | ||
trainer:amp_train | ||
amp_train:tools/main.py --amp --amp_level O1 -c configs/msvsr_reds.yaml --seed 123 -o dataset.train.num_workers=0 log_config.interval=1 snapshot_config.interval=5 dataset.train.dataset.num_frames=2 | ||
pact_train:null | ||
fpgm_train:null | ||
distill_train:null | ||
null:null | ||
null:null | ||
## | ||
===========================eval_params=========================== | ||
eval:null | ||
null:null | ||
## | ||
===========================infer_params=========================== | ||
--output_dir:./output/ | ||
load:null | ||
norm_export:tools/export_model.py -c configs/msvsr_reds.yaml --inputs_size="1,2,3,180,320" --model_name inference --load | ||
quant_export:null | ||
fpgm_export:null | ||
distill_export:null | ||
export1:null | ||
export2:null | ||
inference_dir:inference | ||
train_model:./inference/msvsr/multistagevsrmodel_generator | ||
infer_export:null | ||
infer_quant:False | ||
inference:tools/inference.py --model_type msvsr -c configs/msvsr_reds.yaml --seed 123 -o dataset.test.num_frames=2 --output_path test_tipc/output/ | ||
--device:cpu | ||
null:null | ||
null:null | ||
null:null | ||
null:null | ||
null:null | ||
--model_path: | ||
null:null | ||
null:null | ||
--benchmark:True | ||
null:null | ||
===========================infer_benchmark_params========================== | ||
random_infer_input:[{float32,[2,3,180,320]}] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.