forked from JointCloud/JCC-DeepOD
Update requirements_ci.yml
This commit is contained in:
parent
7adfca0b9e
commit
cbf76c1d55
|
@ -3,4 +3,4 @@ pytest-cov==2.10.0
|
|||
coveralls==2.1.1
|
||||
setuptools>=49.6.0
|
||||
tqdm>=4.62.3
|
||||
|
||||
einops
|
||||
|
|
|
@ -11,12 +11,11 @@ import yaml
|
|||
import time
|
||||
import importlib as imp
|
||||
import numpy as np
|
||||
from utils import import_ts_data_unsupervised
|
||||
from utils import import_ts_data_unsupervised
|
||||
from deepod.metrics import ts_metrics, point_adjustment
|
||||
|
||||
|
||||
dataset_root = f'/home/{getpass.getuser()}/dataset/5-TSdata/_processed_data/'
|
||||
|
||||
parser = argparse.ArgumentParser()
|
||||
parser.add_argument("--runs", type=int, default=5,
|
||||
help="how many times we repeat the experiments to obtain the average performance")
|
||||
|
|
Loading…
Reference in New Issue