Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
xingzhongyu committed Feb 3, 2025
1 parent 2cca105 commit 0af5f2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ def evaluate_pipeline(tune_mode, pipeline_planer):
# Initialize wandb
wandb.init(settings=wandb.Settings(start_method='thread'))

# Load data
dataloader = ClusteringDataset(args.data_dir, args.dataset)
# Load data according to the task
dataloader = TaskDataset(args.data_dir, args.dataset)
data = dataloader.load_data(cache=args.cache)

# Apply preprocessing pipeline
Expand Down

0 comments on commit 0af5f2e

Please sign in to comment.