Skip to content

Commit

Permalink
chore: removed to-do comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qh681248 committed Jan 21, 2025
1 parent 62cfb83 commit 1c5a736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark/pounce_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def benchmark_coreset_algorithms(
raw_data = np.asarray(image_data)
reshaped_data = raw_data.reshape(raw_data.shape[0], -1)

# TODO: Change n_components back to 20 something
umap_model = umap.UMAP(densmap=True, n_components=5)
umap_model = umap.UMAP(densmap=True, n_components=25)
umap_data = jnp.asarray(umap_model.fit_transform(reshaped_data))

solver_factories = initialise_solvers(Data(umap_data), random.PRNGKey(45))
Expand Down

0 comments on commit 1c5a736

Please sign in to comment.