config_xiushui.yml 1021 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. Model:
  2. batch_size: 64
  3. dropout_rate: 0.2
  4. epoch: 50
  5. hidden_size: 64
  6. learning_rate: 0.001
  7. lstm_layers: 2
  8. patience: 5
  9. random_seed: 42
  10. time_step: 16
  11. add_train: false
  12. cap: 50
  13. continue_flag: 'xiushui'
  14. data_format:
  15. cdq: cdq.csv
  16. dq: dq.csv
  17. test: xiushui_test.csv
  18. envir: envir.xlsx
  19. nwp: xiushui_train.csv
  20. rp: rp.xlsx
  21. rp1: power.csv
  22. debug_model: false
  23. debug_num: 500
  24. do_continue_train: false
  25. do_figure_save: false
  26. do_log_print_to_screen: true
  27. do_log_save_to_file: true
  28. do_predict: true
  29. do_train: true
  30. do_train_visualized: true
  31. electricType: E1
  32. envir_columns: 16
  33. excel_data_path: ./data/xiushui/xiushui15/
  34. figure_save_path: ./figure/
  35. formulaType: DAY_SHORT_ACCURACY
  36. is_continuous_predict: true
  37. is_photovoltaic: true
  38. log_save_path: ./log/
  39. model_postfix:
  40. keras: .h5
  41. pytorch: .pthc
  42. tensorflow: .ckpt
  43. predict_point: 0
  44. province: E13
  45. save_frame: lstm
  46. shuffle_train_data: false
  47. stationCode: J00301
  48. train_data_path: ./data/
  49. train_data_rate: 0.9
  50. use_cuda: false
  51. used_frame: keras
  52. valid_data_rate: 0.15