infer_attention_lstm.sh 241 字节
Newer Older
1 2 3 4
python infer.py --model-name="AttentionLSTM" --config=./configs/attention_lstm.txt \
                --filelist=./data/youtube8m/infer.list \
                --weights=./checkpoints/AttentionLSTM_epoch0 \
                --save-dir="./save"