Skip to content

Commit e4360e6

Browse files
authored
Merge pull request #1270 from developer0hye/patch-1
fix a function parameter typo(cropt_pct -> crop_pct)
2 parents fd360ac + 57f8361 commit e4360e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def validate(args):
271271
top5=round(top5a, 4), top5_err=round(100 - top5a, 4),
272272
param_count=round(param_count / 1e6, 2),
273273
img_size=data_config['input_size'][-1],
274-
cropt_pct=crop_pct,
274+
crop_pct=crop_pct,
275275
interpolation=data_config['interpolation'])
276276

277277
_logger.info(' * Acc@1 {:.3f} ({:.3f}) Acc@5 {:.3f} ({:.3f})'.format(

0 commit comments

Comments
 (0)