Skip to content

Commit

Permalink
fixed overlapping samples issue below 0.5 acc
Browse files Browse the repository at this point in the history
  • Loading branch information
augustes committed Mar 11, 2024
1 parent 789ea6d commit f69ba45
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 27 deletions.
2 changes: 1 addition & 1 deletion configs/conf_embedding_samplesize.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
exp_log_name: "embeddings_samplesize" # optional but recommended
data: ["imagenet_real_embeddings"]
experiments: ["ScaleSampleSizeSW", "ScaleSampleSizeC2ST", "ScaleSampleSizeMMD", "ScaleSampleSizeFID",]
n: [10000]
n: [50000]
d: [2048]
augmentation: ['imagenet_uncond_embeddings']

Expand Down
Loading

0 comments on commit f69ba45

Please sign in to comment.