Skip to content

Commit

Permalink
Update yahoo dataset config
Browse files Browse the repository at this point in the history
  • Loading branch information
zamanzadeh authored Aug 27, 2024
1 parent 394d484 commit 5b89336
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ model_kwargs:
features_dim: 4

# Dataset
train_db_name: Power
val_db_name: Power
ds_name: '152_UCR_Anomaly_PowerDemand1_9000_18485_18821.txt'
train_db_name: yahoo
val_db_name: yahoo
num_classes: 10

# Loss
Expand All @@ -29,7 +28,7 @@ optimizer_kwargs:
scheduler: cosine
scheduler_kwargs:
lr_decay_rate: 0.01
batch_size: 100
batch_size: 50
num_workers: 1

# Transformations
Expand Down

0 comments on commit 5b89336

Please sign in to comment.