Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
costigt-dev committed May 1, 2024
1 parent f5d5e8e commit c0f596b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ def main():
model = model.to(dtype)

# Generate calibration and validation dataloaders
if args.repostory == 'torchvision':
if args.repository == 'torchvision':
resize_shape = model_config['resize_shape']
center_crop_shape = model_config['center_crop_shape']
inception_preprocessing = model_config['inception_preprocessing']
Expand Down

0 comments on commit c0f596b

Please sign in to comment.