RozanskiT commited on
Commit
a7db102
·
verified ·
1 Parent(s): 3b9a5ff

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -111
config.json DELETED
@@ -1,111 +0,0 @@
1
- {
2
- "bundle": {
3
- "bundle_subdir": "bundle"
4
- },
5
- "hub": {
6
- "repo_id": null,
7
- "revision": null
8
- },
9
- "io": {
10
- "input_domain": null,
11
- "inputs": {
12
- "channel_meanings_tree": {
13
- "parameters": [
14
- "effective temperature",
15
- "surface gravity",
16
- "metallicity [Fe/H]"
17
- ]
18
- },
19
- "channel_names_tree": {
20
- "parameters": [
21
- "teff",
22
- "logg",
23
- "feh"
24
- ]
25
- },
26
- "channel_units_tree": {
27
- "parameters": [
28
- "K",
29
- "dex",
30
- "dex"
31
- ]
32
- },
33
- "leaf_meanings_tree": {
34
- "parameters": "stellar labels"
35
- },
36
- "leaf_units_tree": null,
37
- "structure_tree": {
38
- "parameters": null
39
- }
40
- },
41
- "outputs": {
42
- "channel_meanings_tree": null,
43
- "channel_names_tree": null,
44
- "channel_units_tree": null,
45
- "leaf_meanings_tree": {
46
- "flux": "continuum-normalized flux vector on the shared wavelength grid"
47
- },
48
- "leaf_units_tree": {
49
- "flux": "dimensionless"
50
- },
51
- "structure_tree": {
52
- "flux": null
53
- }
54
- },
55
- "reference_scaling_inputs": null,
56
- "reference_scaling_outputs": null
57
- },
58
- "model": {
59
- "init_hints": {},
60
- "name": "mlp",
61
- "params": {
62
- "activation": "gelu",
63
- "dtype": "float32",
64
- "hidden_sizes": [
65
- 128,
66
- 128
67
- ]
68
- }
69
- },
70
- "optim": {
71
- "b1": 0.9,
72
- "b2": 0.999,
73
- "decay_steps": 0,
74
- "eps": 1e-08,
75
- "lr": 0.001,
76
- "name": "soap",
77
- "precondition_1d": false,
78
- "precondition_frequency": 10,
79
- "schedule": "cosine",
80
- "warmup_steps": 1000,
81
- "weight_decay": 1e-05
82
- },
83
- "schema_version": 1,
84
- "seed": 0,
85
- "solver": {
86
- "name": "auto",
87
- "params": {}
88
- },
89
- "task": {
90
- "name": "regression",
91
- "params": {
92
- "loss": "mse"
93
- }
94
- },
95
- "training": {
96
- "batch_size": 128,
97
- "checkpoint_interval_steps": 500,
98
- "checkpoint_steps": null,
99
- "evaluation_interval_steps": 500,
100
- "evaluation_steps": null,
101
- "logging_interval_steps": 50,
102
- "logging_steps": null,
103
- "max_saved_checkpoints": 5,
104
- "num_steps": 10000,
105
- "shuffle": true,
106
- "shuffle_seed": 0,
107
- "steps_per_epoch": null,
108
- "val_fraction": 0.1,
109
- "workdir": "./runs/from_bundle"
110
- }
111
- }