Skip to content
Snippets Groups Projects
Unverified Commit db87ef79 authored by zhuqi's avatar zhuqi Committed by GitHub
Browse files

Merge pull request #50 from ConvLab/unified_dataset

rm metric_path param in training
parents 6e16334a 67fec1d6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,6 @@ python -m torch.distributed.launch \ ...@@ -44,7 +44,6 @@ python -m torch.distributed.launch \
--save_strategy epoch \ --save_strategy epoch \
--evaluation_strategy epoch \ --evaluation_strategy epoch \
--prediction_loss_only \ --prediction_loss_only \
--metric_name_or_path ${metric_name_or_path} \
--cache_dir ${cache_dir} \ --cache_dir ${cache_dir} \
--output_dir ${output_dir} \ --output_dir ${output_dir} \
--logging_dir ${logging_dir} \ --logging_dir ${logging_dir} \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment