Skip to content

Commit 0c8a9d1

Browse files
update
1 parent 9d7c231 commit 0c8a9d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

train_mmt.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ elif [ $image_feat == "vit_large_patch16_384" ]; then
7979
image_feat_dim=1024
8080
fi
8181

82+
# multi-feature
83+
#image_feat_path=data/vit_large_patch16_384 data/vit_tiny_patch16_384
84+
#image_feat_dim=1024 192
85+
8286
cp ${BASH_SOURCE[0]} $save_dir/train.sh
8387

8488
gpu_num=`echo "$device" | awk '{split($0,arr,",");print length(arr)}'`

0 commit comments

Comments
 (0)