Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit f6d27d5

Browse files
authored
Update analyze.py to be not quiet when not quiet (#310)
1 parent 7ab2fe2 commit f6d27d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/deepsparse/analyze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def main():
313313
input_shapes=input_shapes,
314314
)
315315

316-
if args.quiet:
316+
if not args.quiet:
317317
print(construct_layer_table(result))
318318
print(construct_layer_statistics(result))
319319

0 commit comments

Comments
 (0)