We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342c31e commit 0cc152cCopy full SHA for 0cc152c
image_checker/cli.py
@@ -34,7 +34,7 @@ def main():
34
args = parser.parse_args()
35
args = vars(args)
36
37
- args["prefetch"]=2
+ args["prefetch"]=1
38
if args["use_cpu"]:
39
args["device"]="cpu"
40
else:
@@ -70,4 +70,4 @@ def main():
70
raise Exception(f"Problem with logfile {e}")
71
72
ds = folder_iterator(args["path"], args["extensions"], args["recursive"])
73
- checker_batch(ds, args)
+ checker_batch(ds, args)
0 commit comments