run_distiller.sh 224 Bytes
Newer Older
1
2
3
4
5
6
7
# Add parent directory to python path to access lightning_base.py
export PYTHONPATH="../":"${PYTHONPATH}"

python distillation.py \
--learning_rate=3e-4 \
--do_train \
--do_predict \
8
--fp16 \
9
--val_check_interval 0.1 \
10
"$@"