infer_attention_lstm.sh 241 字节
Newer Older
S
SunGaofeng 已提交
1
python infer.py --model_name="AttentionLSTM" --config=./configs/attention_lstm.txt \
2 3
                --filelist=./data/youtube8m/infer.list \
                --weights=./checkpoints/AttentionLSTM_epoch0 \
S
SunGaofeng 已提交
4
                --save_dir="./save"