LibCity / Bigscity-LibCity

LibCity: An Open Library for Urban Spatial-temporal Data Mining
https://libcity.ai/
Apache License 2.0
871 stars 159 forks source link

Add Model STAEformer #410

Closed hczs closed 2 months ago

hczs commented 2 months ago

任务执行配置信息

数据集配置文件(STAEformerDataset.json)

{
  "batch_size": 16,
  "cache_dataset": true,
  "num_workers": 0,
  "pad_with_last_sample": true,
  "train_rate": 0.7,
  "eval_rate": 0.1,
  "scaler": "standard",
  "input_window": 12,
  "output_window": 12,

  "load_external": true,
  "normal_external": false,
  "ext_scaler": "none",
  "add_time_in_day": true,
  "add_day_in_week": true
}

模型配置文件(STAEformer.json)

任务执行结果

模型评价指标对比如下