Skip to content

Commit

Permalink
Update validate_splits.py
Browse files Browse the repository at this point in the history
lower kmeans target
  • Loading branch information
JacksonBurns authored Dec 6, 2023
1 parent 435c16e commit e08144d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reproduce_paper_splits/validate_splits.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# KMeans assigns labels randomly even with random_seed fixed, which will cause at most
# 2 clusters to be sorted into a different category on subsequent runs
KMEANS_REPRODUCIBILITY_TARGET = 0.99_9999 # 99.9999% the same
KMEANS_REPRODUCIBILITY_TARGET = 0.9 # 90% the same

split_names = ["train", "val", "test"]
fail = False
Expand Down

0 comments on commit e08144d

Please sign in to comment.