Skip to content

Commit 0af5f2e

Browse files
committed
minor
1 parent 2cca105 commit 0af5f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def evaluate_pipeline(tune_mode, pipeline_planer):
114114
# Initialize wandb
115115
wandb.init(settings=wandb.Settings(start_method='thread'))
116116

117-
# Load data
118-
dataloader = ClusteringDataset(args.data_dir, args.dataset)
117+
# Load data according to the task
118+
dataloader = TaskDataset(args.data_dir, args.dataset)
119119
data = dataloader.load_data(cache=args.cache)
120120

121121
# Apply preprocessing pipeline

0 commit comments

Comments
 (0)