-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathexample.json
More file actions
34 lines (34 loc) · 953 Bytes
/
example.json
File metadata and controls
34 lines (34 loc) · 953 Bytes
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
{
"max_num_stores_loads": 7,
"max_num_loops": 7,
"max_num_load_store_dim": 7,
"num_tile_sizes": 7,
"vect_size_limit": 512,
"order": [["I"], ["!", "I", "NT"], ["!", "I"], ["V", "NT"]],
"interchange_mode": "enumerate",
"use_img2col": true,
"exploration": ["entropy"],
"init_epsilon": 0.5,
"normalize_bounds": "max",
"normalize_adv": "standard",
"reuse_experience": "none",
"benchmarks_folder_path": "",
"bench_count": 64,
"replay_count": 10,
"nb_iterations": 10000,
"ppo_epochs": 4,
"ppo_batch_size": 32,
"value_epochs": 0,
"value_batch_size": 32,
"value_coef": 0.5,
"value_clip": false,
"entropy_coef": 0.01,
"lr": 0.001,
"truncate": 5,
"json_file": "data/all/execution_times_train.json",
"eval_json_file": "data/all/execution_times_eval.json",
"tags": [],
"debug": false,
"main_exec_data_file": "",
"results_dir": "results"
}