Skip to content

Commit

Permalink
Give the qkeras test_single_dense_activation_exact tests unique outpu…
Browse files Browse the repository at this point in the history
…t directories again
  • Loading branch information
thesps authored and vloncar committed Feb 23, 2022
1 parent fa0db27 commit ee1017b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pytest/test_qkeras.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def test_single_dense_activation_exact(randX_100_16, bits, alpha):
config = hls4ml.utils.config_from_keras_model(model, granularity='name')
hls_model = hls4ml.converters.convert_from_keras_model(model,
hls_config=config,
output_dir=str(test_root_path / 'hls4mlprj_qkeras_single_dense_activation_exact_{}'.format(bits)),
output_dir=str(test_root_path / 'hls4mlprj_qkeras_single_dense_activation_exact_{}_{}'.format(bits, alpha)),
part='xcu250-figd2104-2L-e')
hls4ml.model.optimizer.get_optimizer('output_rounding_saturation_mode').configure(layers=[])
hls_model.compile()
Expand Down

0 comments on commit ee1017b

Please sign in to comment.