-
Notifications
You must be signed in to change notification settings - Fork 2
/
multi_our_model_2.sh
12 lines (12 loc) · 2.73 KB
/
multi_our_model_2.sh
1
2
3
4
5
6
7
8
9
10
11
12
tag='adak'
phase='train'
#CUDA_VISIBLE_DEVICES=0 python drive_ourmodel.py --data='Pheme' --tag='0.1' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#4#8#16" --vsigma="2#4#8#16" --lambda2=0.5 --temperature=0.5 --threshold=0.1 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=0 python drive_ourmodel.py --data='Pheme' --tag='0.2' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#4#8#16" --vsigma="2#4#8#16" --lambda2=0.5 --temperature=0.5 --threshold=0.2 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=0 python drive_ourmodel.py --data='Pheme' --tag='0.3' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#4#8#16" --vsigma="2#4#8#16" --lambda2=0.5 --temperature=0.5 --threshold=0.3 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=2 python drive_ourmodel.py --data='Pheme' --tag='0.4' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#4#8#16" --vsigma="2#4#8#16" --lambda2=0.5 --temperature=0.5 --threshold=0.4 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=2 python drive_ourmodel.py --data='Pheme' --tag='0.5' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#10#30#40" --vsigma="2#10#30#40" --lambda2=0.5 --temperature=0.5 --threshold=0.5 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=2 python drive_ourmodel.py --data='Pheme' --tag='0.6' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#10#30#40" --vsigma="2#10#30#40" --lambda2=0.5 --temperature=0.5 --threshold=0.6 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=0 python drive_ourmodel.py --data='Pheme' --tag='0.7' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#10#30#40" --vsigma="2#10#30#40" --lambda2=1 --temperature=0.5 --threshold=0.7 --ctsize=64 &
#CUDA_VISIBLE_DEVICES=0 python drive_ourmodel.py --data='Pheme' --tag='0.8' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#10#30#40" --vsigma="2#10#30#40" --lambda2=1 --temperature=0.5 --threshold=0.8 --ctsize=64 &
CUDA_VISIBLE_DEVICES=2 python drive_ourmodel.py --data='Twitter' --tag='0' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=30 --max_iter=10 --lambda1=0 --tsigma="2#10#30#40" --vsigma="2#10#30#40" --lambda2=1 --temperature=0.5 --threshold=0 --ctsize=64 &
CUDA_VISIBLE_DEVICES=2 python drive_ourmodel.py --data='Pheme' --tag='0' --da='False' --lr=0.001 --log='dgintra' --phase=$phase --epochs=20 --max_iter=10 --lambda1=0 --tsigma="2#10#30#40" --vsigma="2#10#30#40" --lambda2=1 --temperature=0.5 --threshold=0 --ctsize=64 &