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 90d760a commit 6219dadCopy full SHA for 6219dad
test/pytest/test_cnn_mnist_qkeras.py
@@ -45,7 +45,7 @@ def mnist_model():
45
def hls_model(mnist_model, backend, io_type, strategy):
46
keras_model = mnist_model
47
hls_config = hls4ml.utils.config_from_keras_model(keras_model, granularity='name')
48
- hls_config['Model']['Strategy'] = 'Resource'
+ hls_config['Model']['Strategy'] = strategy
49
hls_config['LayerName']['softmax']['Strategy'] = 'Stable'
50
output_dir = str(test_root_path / 'hls4mlprj_cnn_mnist_qkeras_{}_{}_{}'.format(backend, io_type, strategy))
51
0 commit comments