Skip to content

Commit

Permalink
chore: lower bsize, resultd unaffected
Browse files Browse the repository at this point in the history
  • Loading branch information
bclavie committed Mar 18, 2024
1 parent e6aabb9 commit 27f2f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ragatouille/models/torch_kmeans.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def compute_pytorch_kmeans(
num_partitions,
kmeans_niters,
use_gpu,
batch_size=256000,
batch_size=64000,
verbose=1,
seed=123,
max_points_per_centroid=256,
Expand Down

0 comments on commit 27f2f23

Please sign in to comment.