Skip to content

Commit f272740

Browse files
committed
fix default
1 parent 74909ca commit f272740

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hls4ml/model/graph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ def __init__(self, config):
5656
else:
5757
self.writer_config = {
5858
'Namespace': None,
59-
'WriteWeightsTxt': True,
60-
'WriteTar': False,
59+
'WriteWeightsTxt': False,
60+
'WriteTar': True,
6161
}
6262

6363
self._parse_hls_config()

0 commit comments

Comments
 (0)