diff options
| author | ZHENG Yanqin <[email protected]> | 2023-05-25 07:37:53 +0000 |
|---|---|---|
| committer | ZHENG Yanqin <[email protected]> | 2023-05-25 07:37:53 +0000 |
| commit | e9896bd62bb29da00ec00a121374167ad91bfe47 (patch) | |
| tree | d94845574c8ef7473d0204d28b4efd4038035463 /method/__init__.py | |
| parent | fad9aa875c84b38cbb5a6010e104922b1eea7291 (diff) | |
| parent | 4c5734c624705449c6b21c4b2bc5554e7259fdba (diff) | |
readme
See merge request zyq/time_series_anomaly_detection!1
Diffstat (limited to 'method/__init__.py')
| -rw-r--r-- | method/__init__.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/method/__init__.py b/method/__init__.py new file mode 100644 index 0000000..39fe90b --- /dev/null +++ b/method/__init__.py @@ -0,0 +1,3 @@ +from .MtadGat import Model +from .MtadGatAtt import Model +from .AnomalyTransformer import Model
\ No newline at end of file |
