-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathexample.json
More file actions
37 lines (37 loc) · 1000 Bytes
/
example.json
File metadata and controls
37 lines (37 loc) · 1000 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
35
36
37
{
"max_num_stores_loads": 7,
"max_num_loops": 7,
"max_num_load_store_dim": 7,
"num_tile_sizes": 7,
"vect_size_limit": 2048,
"order": [["TP"], ["V", "NT"]],
"interchange_mode": "enumerate",
"exploration": ["entropy"],
"init_epsilon": 0.1,
"new_architecture": false,
"normalize_bounds": "max",
"normalize_adv": "standard",
"sparse_reward": true,
"split_ops": false,
"reuse_experience": "none",
"activation": "relu",
"benchmarks_folder_path": "",
"bench_count": 20,
"replay_count": 10,
"nb_iterations": 10000,
"ppo_epochs": 4,
"ppo_batch_size": 4,
"value_epochs": 32,
"value_batch_size": 32,
"value_coef": 0.5,
"value_clip": false,
"entropy_coef": 0.01,
"lr": 0.001,
"truncate": 5,
"json_file": "data/nn/train_operations.json",
"eval_json_file": "data/nn/eval_operations.json",
"tags": ["nn"],
"debug": false,
"main_exec_data_file": "",
"results_dir": "results"
}