value1: 456
value2: 456
script_model_gen_test1:
  common:
    network:
      type: test_1_func
      config:
        test_1_config: test_1_config_value

script_model_gen_test2:
  common:
    network:
      type: test_2_func
      config:
        test_2_config: test_2_config_value
      sub_net:
        - name: sub1
          network:
            type: test_3_func
            config:
              test_3_config: test_3_config_value
        - name: sub2
          network: test_4_func

script_model_gen_test3:
  common:
    network:
      type: test_5_func
    multiple_inputs:
      - True
      - shape: [ 1, 3, 242, 242 ]

script_model_gen_test4:
  common:
    network:
      type: test_5_func
    multiple_inputs:
      type: test_6_func

test_run_train:
  type: run
  config:
    opt_item_1: 123