infer_attention_cluster.sh 250 字节
Newer Older
S
SunGaofeng 已提交
1
python infer.py --model-name="AttentionCluster" --config=./configs/attention_cluster.txt \
2 3 4
                --filelist=./data/youtube8m/infer.list \
                --weights=./checkpoints/AttentionCluster_epoch0 \
                --save-dir="./save"