We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54657f9 commit 01d4f79Copy full SHA for 01d4f79
hls4ml/utils/config.py
@@ -336,6 +336,8 @@ def config_from_pytorch_model(
336
model_config['ChannelsLastConversion'] = channels_last_conversion
337
model_config['TransposeOutputs'] = transpose_outputs
338
model_config['Strategy'] = 'Latency'
339
+ model_config['BramFactor'] = 1_000_000_000
340
+ model_config['TraceOutput'] = False
341
342
config['Model'] = model_config
343
config['PytorchModel'] = model
0 commit comments