Commit fa10cf1b authored by rusty1s's avatar rusty1s
Browse files

add hyperparams

parent dd911f19
...@@ -113,3 +113,25 @@ params: ...@@ -113,3 +113,25 @@ params:
nonreg_weight_decay: 0 nonreg_weight_decay: 0
grad_norm: null grad_norm: null
epochs: 500 epochs: 500
products:
architecture:
num_layers: 5
hidden_channels: 128
dropout: 0.0
drop_input: false
batch_norm: false
residual: false
shared_weights: false
alpha: 0.1
theta: 0.5
num_parts: 150
batch_size: 1
max_steps: 151
pool_size: 1
num_workers: 0
lr: 0.001
reg_weight_decay: 0
nonreg_weight_decay: 0
grad_norm: null
epochs: 240
...@@ -94,7 +94,7 @@ params: ...@@ -94,7 +94,7 @@ params:
hidden_channels: 256 hidden_channels: 256
aggregators: ['mean'] aggregators: ['mean']
scalers: ['identity', 'amplification'] scalers: ['identity', 'amplification']
dropout: 0.2 dropout: 0.3
drop_input: false drop_input: false
batch_norm: false batch_norm: false
residual: false residual: false
...@@ -107,5 +107,5 @@ params: ...@@ -107,5 +107,5 @@ params:
reg_weight_decay: 0 reg_weight_decay: 0
nonreg_weight_decay: 0 nonreg_weight_decay: 0
grad_norm: null grad_norm: null
epochs: 350 epochs: 150
runs: 1 runs: 1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment