{
  "generated_at": "2026-06-05T13:53:29.171645+00:00",
  "source_manifest": "website/assets/models/model_manifest.json",
  "input_len": 144,
  "output_len": 24,
  "opset": 17,
  "file_count": 20,
  "by_model": {
    "lstm": {
      "count": 10,
      "parameter_counts": [
        208984,
        210520,
        211032,
        211544
      ],
      "node_counts": [
        55
      ],
      "operator_type_counts": [
        11
      ]
    },
    "transformer": {
      "count": 10,
      "parameter_counts": [
        122904,
        123096,
        123160,
        123224
      ],
      "node_counts": [
        180
      ],
      "operator_type_counts": [
        21
      ]
    }
  },
  "models": [
    {
      "key": "raw_orig",
      "group": "Raw",
      "method": "raw",
      "experiment_id": "raw_orig",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "raw_orig_lstm_input1.onnx",
      "path": "assets/models/raw_orig_lstm_input1.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 1,
      "input_shape": [
        1,
        144,
        1
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "原始风速"
      ],
      "parameter_count": 208984,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            1
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 823.9
    },
    {
      "key": "raw_orig",
      "group": "Raw",
      "method": "raw",
      "experiment_id": "raw_orig",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "raw_orig_transformer_input1.onnx",
      "path": "assets/models/raw_orig_transformer_input1.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 1,
      "input_shape": [
        1,
        144,
        1
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "原始风速"
      ],
      "parameter_count": 122904,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            1
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 348.8
    },
    {
      "key": "wt_modes",
      "group": "A组",
      "method": "wt",
      "experiment_id": "l3_db4_modes",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "wt_modes_lstm_input4.onnx",
      "path": "assets/models/wt_modes_lstm_input4.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 4,
      "input_shape": [
        1,
        144,
        4
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "WT_A3",
        "WT_D3",
        "WT_D2",
        "WT_D1"
      ],
      "parameter_count": 210520,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            4
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 829.9
    },
    {
      "key": "wt_modes",
      "group": "A组",
      "method": "wt",
      "experiment_id": "l3_db4_modes",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "wt_modes_transformer_input4.onnx",
      "path": "assets/models/wt_modes_transformer_input4.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 4,
      "input_shape": [
        1,
        144,
        4
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "WT_A3",
        "WT_D3",
        "WT_D2",
        "WT_D1"
      ],
      "parameter_count": 123096,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            4
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 349.6
    },
    {
      "key": "emd_modes",
      "group": "A组",
      "method": "emd",
      "experiment_id": "k5_modes",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "emd_modes_lstm_input5.onnx",
      "path": "assets/models/emd_modes_lstm_input5.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "EMD_IMF1",
        "EMD_IMF2",
        "EMD_IMF3",
        "EMD_IMF4",
        "EMD_IMF5"
      ],
      "parameter_count": 211032,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 831.9
    },
    {
      "key": "emd_modes",
      "group": "A组",
      "method": "emd",
      "experiment_id": "k5_modes",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "emd_modes_transformer_input5.onnx",
      "path": "assets/models/emd_modes_transformer_input5.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "EMD_IMF1",
        "EMD_IMF2",
        "EMD_IMF3",
        "EMD_IMF4",
        "EMD_IMF5"
      ],
      "parameter_count": 123160,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 349.8
    },
    {
      "key": "ssa_modes",
      "group": "A组",
      "method": "ssa",
      "experiment_id": "k5_w72_modes",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "ssa_modes_lstm_input5.onnx",
      "path": "assets/models/ssa_modes_lstm_input5.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "SSA_C1",
        "SSA_C2",
        "SSA_C3",
        "SSA_C4",
        "SSA_C5"
      ],
      "parameter_count": 211032,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 831.9
    },
    {
      "key": "ssa_modes",
      "group": "A组",
      "method": "ssa",
      "experiment_id": "k5_w72_modes",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "ssa_modes_transformer_input5.onnx",
      "path": "assets/models/ssa_modes_transformer_input5.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "SSA_C1",
        "SSA_C2",
        "SSA_C3",
        "SSA_C4",
        "SSA_C5"
      ],
      "parameter_count": 123160,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 349.8
    },
    {
      "key": "vmd_modes",
      "group": "A组",
      "method": "vmd",
      "experiment_id": "k5_modes",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "vmd_modes_lstm_input5.onnx",
      "path": "assets/models/vmd_modes_lstm_input5.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "VMD_Mode1",
        "VMD_Mode2",
        "VMD_Mode3",
        "VMD_Mode4",
        "VMD_Mode5"
      ],
      "parameter_count": 211032,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 831.9
    },
    {
      "key": "vmd_modes",
      "group": "A组",
      "method": "vmd",
      "experiment_id": "k5_modes",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "vmd_modes_transformer_input5.onnx",
      "path": "assets/models/vmd_modes_transformer_input5.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "VMD_Mode1",
        "VMD_Mode2",
        "VMD_Mode3",
        "VMD_Mode4",
        "VMD_Mode5"
      ],
      "parameter_count": 123160,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 349.8
    },
    {
      "key": "wt_orig",
      "group": "B组",
      "method": "wt",
      "experiment_id": "l3_db4_orig",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "wt_orig_lstm_input5.onnx",
      "path": "assets/models/wt_orig_lstm_input5.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "WT_A3",
        "WT_D3",
        "WT_D2",
        "WT_D1",
        "原始风速"
      ],
      "parameter_count": 211032,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 831.9
    },
    {
      "key": "wt_orig",
      "group": "B组",
      "method": "wt",
      "experiment_id": "l3_db4_orig",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "wt_orig_transformer_input5.onnx",
      "path": "assets/models/wt_orig_transformer_input5.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 5,
      "input_shape": [
        1,
        144,
        5
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "WT_A3",
        "WT_D3",
        "WT_D2",
        "WT_D1",
        "原始风速"
      ],
      "parameter_count": 123160,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            5
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 349.8
    },
    {
      "key": "emd_orig",
      "group": "B组",
      "method": "emd",
      "experiment_id": "k5_orig",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "emd_orig_lstm_input6.onnx",
      "path": "assets/models/emd_orig_lstm_input6.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 6,
      "input_shape": [
        1,
        144,
        6
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "EMD_IMF1",
        "EMD_IMF2",
        "EMD_IMF3",
        "EMD_IMF4",
        "EMD_IMF5",
        "原始风速"
      ],
      "parameter_count": 211544,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            6
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 833.9
    },
    {
      "key": "emd_orig",
      "group": "B组",
      "method": "emd",
      "experiment_id": "k5_orig",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "emd_orig_transformer_input6.onnx",
      "path": "assets/models/emd_orig_transformer_input6.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 6,
      "input_shape": [
        1,
        144,
        6
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "EMD_IMF1",
        "EMD_IMF2",
        "EMD_IMF3",
        "EMD_IMF4",
        "EMD_IMF5",
        "原始风速"
      ],
      "parameter_count": 123224,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            6
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 350.1
    },
    {
      "key": "ssa_orig",
      "group": "B组",
      "method": "ssa",
      "experiment_id": "k5_w72_orig",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "ssa_orig_lstm_input6.onnx",
      "path": "assets/models/ssa_orig_lstm_input6.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 6,
      "input_shape": [
        1,
        144,
        6
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "SSA_C1",
        "SSA_C2",
        "SSA_C3",
        "SSA_C4",
        "SSA_C5",
        "原始风速"
      ],
      "parameter_count": 211544,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            6
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 833.9
    },
    {
      "key": "ssa_orig",
      "group": "B组",
      "method": "ssa",
      "experiment_id": "k5_w72_orig",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "ssa_orig_transformer_input6.onnx",
      "path": "assets/models/ssa_orig_transformer_input6.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 6,
      "input_shape": [
        1,
        144,
        6
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "SSA_C1",
        "SSA_C2",
        "SSA_C3",
        "SSA_C4",
        "SSA_C5",
        "原始风速"
      ],
      "parameter_count": 123224,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            6
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 350.1
    },
    {
      "key": "vmd_orig",
      "group": "B组",
      "method": "vmd",
      "experiment_id": "k5_orig",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "vmd_orig_lstm_input6.onnx",
      "path": "assets/models/vmd_orig_lstm_input6.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 6,
      "input_shape": [
        1,
        144,
        6
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "VMD_Mode1",
        "VMD_Mode2",
        "VMD_Mode3",
        "VMD_Mode4",
        "VMD_Mode5",
        "原始风速"
      ],
      "parameter_count": 211544,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            6
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 833.9
    },
    {
      "key": "vmd_orig",
      "group": "B组",
      "method": "vmd",
      "experiment_id": "k5_orig",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "vmd_orig_transformer_input6.onnx",
      "path": "assets/models/vmd_orig_transformer_input6.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 6,
      "input_shape": [
        1,
        144,
        6
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "VMD_Mode1",
        "VMD_Mode2",
        "VMD_Mode3",
        "VMD_Mode4",
        "VMD_Mode5",
        "原始风速"
      ],
      "parameter_count": 123224,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            6
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 350.1
    },
    {
      "key": "c_wt_component",
      "group": "C组",
      "method": "wt",
      "experiment_id": "w432_l8_haar_components",
      "model": "lstm",
      "model_label": "LSTMForecaster",
      "file": "c_wt_component_lstm_input1.onnx",
      "path": "assets/models/c_wt_component_lstm_input1.onnx",
      "source": "src/models/lstm.py",
      "input_dim": 1,
      "input_shape": [
        1,
        144,
        1
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "单个 WT 因果分量"
      ],
      "parameter_count": 208984,
      "node_count": 55,
      "initializer_count": 10,
      "operator_type_count": 11,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 24
        },
        {
          "op_type": "Gather",
          "count": 5
        },
        {
          "op_type": "Unsqueeze",
          "count": 5
        },
        {
          "op_type": "Shape",
          "count": 4
        },
        {
          "op_type": "Concat",
          "count": 4
        },
        {
          "op_type": "Expand",
          "count": 4
        },
        {
          "op_type": "Transpose",
          "count": 2
        },
        {
          "op_type": "LSTM",
          "count": 2
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            1
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 823.9
    },
    {
      "key": "c_wt_component",
      "group": "C组",
      "method": "wt",
      "experiment_id": "w432_l8_haar_components",
      "model": "transformer",
      "model_label": "TransformerForecaster",
      "file": "c_wt_component_transformer_input1.onnx",
      "path": "assets/models/c_wt_component_transformer_input1.onnx",
      "source": "src/models/transformer.py",
      "input_dim": 1,
      "input_shape": [
        1,
        144,
        1
      ],
      "output_shape": [
        1,
        24,
        1
      ],
      "channels": [
        "单个 WT 因果分量"
      ],
      "parameter_count": 122904,
      "node_count": 180,
      "initializer_count": 16,
      "operator_type_count": 21,
      "top_operators": [
        {
          "op_type": "Constant",
          "count": 47
        },
        {
          "op_type": "Reshape",
          "count": 22
        },
        {
          "op_type": "Transpose",
          "count": 16
        },
        {
          "op_type": "Identity",
          "count": 15
        },
        {
          "op_type": "Add",
          "count": 14
        },
        {
          "op_type": "MatMul",
          "count": 11
        },
        {
          "op_type": "Gather",
          "count": 7
        },
        {
          "op_type": "Slice",
          "count": 6
        }
      ],
      "graph_inputs": [
        {
          "name": "history_window",
          "shape": [
            1,
            144,
            1
          ]
        }
      ],
      "graph_outputs": [
        {
          "name": "forecast_24_steps",
          "shape": [
            1,
            24,
            1
          ]
        }
      ],
      "file_size_kb": 348.8
    }
  ]
}