Skip to content

Commit

Permalink
Lower SVD precision
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 20, 2024
1 parent a27ce20 commit 11aff5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagenet/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def main():
train_dataset=train_dataset,
per_device_query_batch_size=args.query_batch_size,
per_device_train_batch_size=args.train_batch_size,
overwrite_output_dir=False,
overwrite_output_dir=True,
)


Expand Down

0 comments on commit 11aff5d

Please sign in to comment.