InferringIntention/watch_and_help/scripts/train_watch_strategy_full.sh
2024-03-24 23:42:27 +01:00

13 lines
316 B
Bash

python3 watch_strategy_full/predicate-train-strategy.py \
--gpu_id 0 \
--model_lr_rate 3e-4 \
--batch_size 32 \
--demo_hidden 512 \
--model_type lstmlast \
--inputtype actioninput \
--dropout 0 \
--single 1 \
--resume '' \
--checkpoint checkpoints/train_strategy_full/lstmlast \
--train_iters 2000 \
--loss_type ce\