|
4 | 4 | 'image_block_1/block_type': 'vanilla', |
5 | 5 | 'image_block_1/normalize': True, |
6 | 6 | 'image_block_1/augment': False, |
7 | | - 'image_block_1/vanilla_1/kernel_size': 3, |
8 | | - 'image_block_1/vanilla_1/num_blocks': 1, |
9 | | - 'image_block_1/vanilla_1/num_layers': 2, |
10 | | - 'image_block_1/vanilla_1/max_pooling': True, |
11 | | - 'image_block_1/vanilla_1/separable': False, |
12 | | - 'image_block_1/vanilla_1/dropout_rate': 0.25, |
13 | | - 'image_block_1/vanilla_1/filters_0_0': 32, |
14 | | - 'image_block_1/vanilla_1/filters_0_1': 64, |
15 | | - 'spatial_reduction_1/reduction_type': 'flatten', |
| 7 | + 'image_block_1/conv_block_1/kernel_size': 3, |
| 8 | + 'image_block_1/conv_block_1/num_blocks': 1, |
| 9 | + 'image_block_1/conv_block_1/num_layers': 2, |
| 10 | + 'image_block_1/conv_block_1/max_pooling': True, |
| 11 | + 'image_block_1/conv_block_1/separable': False, |
| 12 | + 'image_block_1/conv_block_1/dropout_rate': 0.25, |
| 13 | + 'image_block_1/conv_block_1/filters_0_0': 32, |
| 14 | + 'image_block_1/conv_block_1/filters_0_1': 64, |
16 | 15 | 'dense_block_1/num_layers': 1, |
17 | 16 | 'dense_block_1/use_batchnorm': False, |
18 | 17 | 'dense_block_1/dropout_rate': 0, |
19 | 18 | 'dense_block_1/units_0': 128, |
| 19 | + 'classification_head_1/spatial_reduction_1/reduction_type': 'flatten', |
20 | 20 | 'classification_head_1/dropout_rate': 0.5, |
21 | 21 | 'optimizer': 'adam' |
22 | 22 | }, { |
23 | 23 | 'image_block_1/block_type': 'resnet', |
24 | 24 | 'image_block_1/normalize': True, |
25 | 25 | 'image_block_1/augment': True, |
26 | | - 'image_block_1/resnet_1/version': 'v2', |
27 | | - 'image_block_1/resnet_1/pooling': 'avg', |
28 | | - 'image_block_1/resnet_1/conv3_depth': 4, |
29 | | - 'image_block_1/resnet_1/conv4_depth': 6, |
| 26 | + 'image_block_1/res_net_block_1/version': 'v2', |
| 27 | + 'image_block_1/res_net_block_1/pooling': 'avg', |
| 28 | + 'image_block_1/res_net_block_1/conv3_depth': 4, |
| 29 | + 'image_block_1/res_net_block_1/conv4_depth': 6, |
30 | 30 | 'dense_block_1/num_layers': 2, |
31 | 31 | 'dense_block_1/use_batchnorm': False, |
32 | 32 | 'dense_block_1/dropout_rate': 0, |
|
0 commit comments