eu-jav-categorisation / train_xxl.sh
pere's picture
support for larger
70757ef
raw
history blame
427 Bytes
PROJECT_DIR=${HOME}"/models/eu-jav-categorisation"
T5X_DIR="../../t5x" # directory where the t5x is cloned.
#Needs to be updated when moving to tpu-v4 it should then be in another zone
MODEL_DIR="gs://nb-t5x-us-central2/eujav_xxl"
export PYTHONPATH=${PROJECT_DIR}
python3 ${T5X_DIR}/t5x/train.py \
--gin_search_paths=${PROJECT_DIR} \
--gin_file="finetuning_categorisation_xxl.gin" \
--gin.MODEL_DIR="'${MODEL_DIR}'"