-
Notifications
You must be signed in to change notification settings - Fork 0
/
plt_cfg.yaml
69 lines (68 loc) · 1.61 KB
/
plt_cfg.yaml
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"plot_type": 'jacobian_residual', # Options: 'jacobian_residual' 'test_acc'
"x_ax": 'steps',
"ylim_b": ,
"ylim_t": ,
"xlim_l": 0,
"xlim_r": 300, #17500,
"smoothen": False,
"dir": 'result_dumps/fmnist/',
"plots":
[
# {
# 'file': 'top.05.m',
# 'label': $\beta=0.05 + m$,
# 'line_width': 2,
# 'marker': 'o',
# 'line_style': 'solid',
# "clr": 'k',
# "eval_freq": 1,
# "batch_size": 1024,
# "plot_freq": 1,
# },
{
'file': 'top.05',
'label': $\beta=0.05$,
'line_width': 2,
'marker': , #'o',
'line_style': 'solid',
"clr": 'b',
"eval_freq": 1,
"batch_size": 1024,
"plot_freq": 1,
},
{
'file': 'top.10',
'label': $\beta=0.1$,
'line_width': 2,
'marker': , #'o',
'line_style': 'solid',
"clr": 'g',
"eval_freq": 1,
"batch_size": 1024,
"plot_freq": 1,
},
{
'file': 'top.30',
'label': $\beta=0.3$,
'line_width': 2,
'marker': , #'o',
'line_style': 'solid',
"clr": 'r',
"eval_freq": 1,
"batch_size": 1024,
"plot_freq": 1,
},
{
'file': 'top.50',
'label': $\beta=0.5$,
'line_width': 2,
'marker': , #'o',
'line_style': 'solid',
"clr": 'm',
"eval_freq": 1,
"batch_size": 1024,
"plot_freq": 1,
},
]
}