Skip to content

Commit

Permalink
Disable cpu for cifar
Browse files Browse the repository at this point in the history
  • Loading branch information
pomonam committed Mar 20, 2024
1 parent 38bdb08 commit da7fc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cifar/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def main():
analysis_name=args.dataset_name,
model=model,
task=task,
cpu=True,
cpu=False,
)

factor_args = FactorArguments(strategy=args.factor_strategy)
Expand Down

0 comments on commit da7fc14

Please sign in to comment.