Skip to content

Commit

Permalink
Refactoring to precomputed_labels
Browse files Browse the repository at this point in the history
  • Loading branch information
rjha18 committed Jan 4, 2024
1 parent ef2d3fa commit 7b2c34c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ reps/
results/
viz/
utils/
precomputed/
precomputed_labels/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion experiments/example_precomputed/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Module to train a user model on input labels.
[train_user]
input_labels = "precomputed/cifar/r32p/1xs/1500.npy"
input_labels = "precomputed_labels/cifar/r32p/1xs/1500.npy"
user_model = "r32p"
trainer = "sgd"
dataset = "cifar"
Expand Down
2 changes: 1 addition & 1 deletion experiments/example_precomputed_mix/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# Module to train a user model on input labels.
[train_user]
input_labels = "precomputed/cifar/r32p/1xs/1500.npy"
input_labels = "precomputed_labels/cifar/r32p/1xs/1500.npy"
user_model = "vit-pretrain"
trainer = "sgd"
dataset = "cifar"
Expand Down

0 comments on commit 7b2c34c

Please sign in to comment.