[8af014]: / source / go.sh

Download this file

12 lines (11 with data), 518 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
python run_experiments.py --num_windows 32 \
--seq_window_lengths 8 12 \
--smi_window_lengths 4 8 \
--batch_size 256 \
--num_epoch 100 \
--max_seq_len 1000 \
--max_smi_len 100 \
--dataset_path 'data/kiba/' \
--problem_type 1 \
--is_log 0 \
--log_dir 'logs/'