-
Notifications
You must be signed in to change notification settings - Fork 40
/
parameters.ini
executable file
·43 lines (40 loc) · 1.09 KB
/
parameters.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[dataset]
benign_filepath = "PATH TO BENGIN SAVED FEATURE VECTORS"
malicious_filepath = "PATH TO MALICIOUS SAVED FEATURE VECTORS"
helper_filepath = ./helper_files/
malicious_files_list = None
benign_files_list = lief_parseable_cnet_programs.p
load_mapping_from_pickle = True
pickle_mapping_file = imported_function_to_index_mapping_dict.p
use_subset_of_data = True
num_files_to_use = 19000
num_features_to_use = None
test_size_percent = 0.2
generate_feature_vector_files = False
use_saved_feature_vectors = True
[general]
is_synthetic_dataset = True
is_cuda = False
gpu_device = 0
log_interval = 10
seed = 1
is_losswise = False
losswise_api_key = None
training_method = dfgsm_k
evasion_method = dfgsm_k
experiment_suffix = run_experiments
save_every_epoch = False
train_model_from_scratch = True
load_model_weights = False
model_weights_path = ./helper_files/[training:bga_k|evasion:natural]_run_experiments-model.pt
num_workers = 10
[hyperparam]
starting_epoch = 0
ff_h1 = 300
ff_h2 = 300
ff_h3 = 300
ff_learning_rate = .001
ff_num_epochs = 200
evasion_iterations = 50
training_batch_size = 8
test_batch_size = 8