model_list.py 423 B

1234567891011121314151617
  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. MODELS = [
  12. 'AutoEncoder_ad',
  13. 'DLinear_ad',
  14. 'Nonstationary_ad',
  15. 'PatchTST_ad',
  16. 'TimesNet_ad',
  17. ]