InferringIntention/keyboard_and_mouse/train.sh
2024-03-24 23:42:27 +01:00

12 lines
251 B
Bash

python3 train.py \
--resume False \
--batch_size 8 \
--lr 1e-4 \
--model_type lstmlast \
--epochs 100 \
--demo_hidden 128 \
--hidden_size 128 \
--dropout 0.5 \
--dataset_path dataset/strategy_dataset/ \
--checkpoint checkpoints/ \
--weight_decay 1e-4