Skip to content

Commit

Permalink
change the default parameters in time_series/dif.py (Issue #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhongzuo committed Dec 11, 2023
1 parent acdc813 commit e3fe697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepod/models/time_series/dif.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class DeepIsolationForestTS(BaseDeepAD):
def __init__(self,
epochs=100, batch_size=1000, lr=1e-3,
seq_len=100, stride=1,
rep_dim=128, hidden_dims='100,50', bias=False,
rep_dim=128, hidden_dims=100, bias=False,
n_ensemble=50, n_estimators=6,
max_samples=256, n_jobs=1,
epoch_steps=-1, prt_steps=10, device='cuda',
Expand Down

0 comments on commit e3fe697

Please sign in to comment.