# !/usr/bin/env python3 # -*- coding: UTF-8 -*- ################################################################################ # # Copyright (c) 2024 Baidu.com, Inc. All Rights Reserved # ################################################################################ """ Author: PaddlePaddle Authors """ MODELS = [ 'AutoEncoder_ad', 'DLinear_ad', 'Nonstationary_ad', 'PatchTST_ad', 'TimesNet_ad', ]