Skip to content

Commit

Permalink
Another change for hls4ml v0.5.0 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
thesps committed Apr 16, 2021
1 parent f6f2364 commit b806996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2_advanced_config.ipynb
Expand Up @@ -142,7 +142,7 @@
" hls_config=config,\n",
" output_dir='model_1/hls4ml_prj_2',\n",
" fpga_part='xcu250-figd2104-2L-e')\n",
"hls4ml.model.profiling.numerical(keras_model=model, hls_model=hls_model)\n",
"hls4ml.model.profiling.numerical(model=model, hls_model=hls_model)\n",
"hls4ml.utils.plot_model(hls_model, show_shapes=True, show_precision=True, to_file=None)"
]
},
Expand Down

0 comments on commit b806996

Please sign in to comment.