File size: 625 Bytes
02e480f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
python ../../finetune_classification_multitask.py \
    --n_batch 32 \
    --n_layer 12 \
    --n_head 12 \
    --n_embd 768 \
    --max_len 202 \
    --d_dropout 0.1 \
    --dropout 0.1 \
    --lr_start 3e-5 \
    --lr_multiplier 1 \
    --max_epochs 100 \
    --num_feats 32 \
    --smi_ted_version 'v1' \
    --model_path '../' \
    --ckpt_filename 'smi-ted-Light_40.pt' \
    --data_root '../../moleculenet/clintox' \
    --dataset_name clintox \
    --checkpoints_folder './checkpoints_clintox' \
    --loss_fn 'bceloss' \
    --target_metric 'roc-auc' \
    --save_ckpt 1 \
    --start_seed 0 \
    --train_decoder 0 \