File size: 383 Bytes
a906807 |
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 |
{
"architectures": [
"CNNModel"
],
"batch_size": 100,
"dropout": [
0.2,
0.5
],
"filter_size": 3,
"hidden_size": 128,
"image_size": 128,
"input_channels": 3,
"model_type": "cnn",
"num_classes": 3,
"num_filters": [
32,
64
],
"padding": 0,
"pool_size": 2,
"stride": 1,
"torch_dtype": "float32",
"transformers_version": "4.33.3"
}
|