burgers_resnet_2 / config.json
sogeeking's picture
Upload Baseline
12f6d2f
raw
history blame contribute delete
961 Bytes
{
"_commit_hash": null,
"activation": "gelu",
"architectures": [
"Baseline"
],
"block_name": "dilated",
"cfg": {
"activation": "gelu",
"block_name": "dilated",
"diffmode": false,
"hidden_channels": 256,
"model_type": "resnet",
"n_input_scalar_components": 1,
"n_input_vector_components": 0,
"n_output_scalar_components": 1,
"n_output_vector_components": 0,
"norm": false,
"num_blocks": [
4,
4,
4,
4
],
"time_future": 1,
"time_history": 5,
"usegrid": false
},
"diffmode": false,
"hidden_channels": 256,
"model_type": "resnet",
"n_input_scalar_components": 1,
"n_input_vector_components": 0,
"n_output_scalar_components": 1,
"n_output_vector_components": 0,
"norm": false,
"num_blocks": [
4,
4,
4,
4
],
"time_future": 1,
"time_history": 5,
"torch_dtype": "float32",
"transformers_version": null,
"usegrid": false
}