ExHiRD-DKG
ExHiRD-DKG copied to clipboard
update sh file
Change all absolute paths to relative paths of the current project,and change the path:
SAVED_DIR="${project_dir}/${DATADIR}/onmt_processed_data/with_copy_${data_type}_${processed_type}"
to
SAVED_DIR="${project_dir}/${DATADIR}/onmt_processed_dataset/with_copy_${data_type}_${processed_type}"
because the path used by the next few sh files is onmt_processed_dataset