-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeberta_download_paths.sh
7 lines (7 loc) · 1.83 KB
/
deberta_download_paths.sh
1
2
3
4
5
6
7
export CSL_PATH='experiments/checkpoints/graph_separation_csl/microsoft_deberta-base,pt_True,l_512,w_min_degree,wl_1000,n_True,nw_2,enw_8,b_128,es_validation_loss_min_100,lr_2e-05_2e-05,steps_100000,wu_5000,wd_0.01,clip_2,seed_42,/best.ckpt'
export SR16_PATH='experiments/checkpoints/graph_separation_sr16/microsoft_deberta-base,pt_True,l_512,w_min_degree,wl_1000,n_True,nw_1,enw_1,b_256,es_validation_loss_min_100,lr_2e-05_2e-05,steps_100000,wu_5000,wd_0.01,clip_2,seed_42,/best.ckpt'
export SR25_PATH='experiments/checkpoints/graph_separation_sr25/microsoft_deberta-base,pt_True,l_512,w_min_degree,wl_1000,n_True,nw_1,enw_1,b_256x8,es_validation_loss_min_100,lr_2e-05_2e-05,steps_100000,wu_5000,wd_0.01,seed_42,/best.ckpt'
export PEPTIDES_PATH='experiments/checkpoints/classification_peptidesfunc/microsoft_deberta-base,pt_True,l_1024,w_min_degree,wl_200,n_True,nw_1,enw_1,b_128,es_validation_accuracy_max_100,lr_2e-05_2e-05,steps_100000,wu_5000,wd_0.01,seed_42,/best-global_step=0-validation/accuracy=0.9037736058235168.ckpt'
export PEPTIDES_TEST_OUTPUTS_PATH='experiments/checkpoints/classification_peptidesfunc/microsoft_deberta-base,pt_True,l_1024,w_min_degree,wl_200,n_True,nw_1,enw_1,b_128,es_validation_accuracy_max_100,lr_2e-05_2e-05,steps_100000,wu_5000,wd_0.01,seed_42,/test_outputs_n_walks_20'
export COUNT_8CYC_GRAPH_PATH='experiments/checkpoints/regression_counting/microsoft_deberta-base,pt_True,l_512,w_min_degree,wl_200,n_True,nw_2,enw_2,b_128,es_validation_cycle8_iso_g_mae_min_100,lr_2e-05_2e-05,steps_250000,wu_5000,wd_0.01,clip_2,seed_42,8_cycle_connected/best.ckpt'
export COUNT_8CYC_VERTEX_PATH='experiments/checkpoints/regression_counting/microsoft_deberta-base,pt_True,l_512,w_min_degree,wl_200,rp_0.01,n_True,nw_1,enw_8,b_8,es_validation_cycle8_iso_v_mae_min_100,lr_2e-05_2e-05,steps_250000,wu_5000,wd_0.01,clip_2,seed_42,8_cycle_connected/best.ckpt'