Skip to content

Commit 01d4f79

Browse files
committed
more default settings suggested by Jovan
1 parent 54657f9 commit 01d4f79

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

hls4ml/utils/config.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ def config_from_pytorch_model(
336336
model_config['ChannelsLastConversion'] = channels_last_conversion
337337
model_config['TransposeOutputs'] = transpose_outputs
338338
model_config['Strategy'] = 'Latency'
339+
model_config['BramFactor'] = 1_000_000_000
340+
model_config['TraceOutput'] = False
339341

340342
config['Model'] = model_config
341343
config['PytorchModel'] = model

0 commit comments

Comments
 (0)