@@ -44,12 +44,12 @@ After installing MindSpore via the official website, you can start general disti
# run standalone general distill example
bash scripts/run_standalone_gd.sh
Before running the shell script, please set the `load_teacher_ckpt_path`, `data_dir` and `schema_dir`in the run_standalone_gd.sh file first. If running on GPU, please set the `device_target=GPU`.
Before running the shell script, please set the `load_teacher_ckpt_path`, `data_dir`, `schema_dir` and `dataset_type`in the run_standalone_gd.sh file first. If running on GPU, please set the `device_target=GPU`.
# For Ascend device, run distributed general distill example
Before running the shell script, please set the `load_teacher_ckpt_path`, `data_dir` and `schema_dir`in the run_distributed_gd_ascend.sh file first.
Before running the shell script, please set the `load_teacher_ckpt_path`, `data_dir`, `schema_dir` and `dataset_type`in the run_distributed_gd_ascend.sh file first.
# For GPU device, run distributed general distill example
Before running the shell script, please set the `task_name`, `load_teacher_ckpt_path`, `load_gd_ckpt_path`, `train_data_dir`, `eval_data_dir` and `schema_dir`in the run_standalone_td.sh file first.
Before running the shell script, please set the `task_name`, `load_teacher_ckpt_path`, `load_gd_ckpt_path`, `train_data_dir`, `eval_data_dir`, `schema_dir` and `dataset_type`in the run_standalone_td.sh file first.
If running on GPU, please set the `device_target=GPU`.