Genome = [[[5, 1], [9, 1]], [[0, 0], [9, 2]], [[2, 1], [10, 1]], [[3, 4], [3, 2]]]
Architecture = AdapterGenotype(ops=[('sep_conv_3x3', 1), ('max_pool_3x3', 1), ('none', 0), ('max_pool_3x3', 2), ('conv_1x1', 1), ('channel_attention', 1), ('conv_3x3', 4), ('conv_3x3', 2)], ops_concat=[3, 5])
param size = 4.157018MB
flops = 669.9329M
valid_acc = 77.31
