support_models.py 439 B

12345678910111213141516171819
  1. # !/usr/bin/env python3
  2. # -*- coding: UTF-8 -*-
  3. ################################################################################
  4. #
  5. # Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved
  6. #
  7. ################################################################################
  8. """
  9. Author: PaddlePaddle Authors
  10. """
  11. SUPPORT_MODELS = [
  12. 'DLinear',
  13. 'NLinear',
  14. 'Nonstationary',
  15. 'PatchTST',
  16. 'RLinear',
  17. 'TiDE',
  18. 'TimesNet',
  19. ]