Skip to content

Commit 23c97aa

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent bb40bbc commit 23c97aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

part6_cnns.ipynb

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,12 @@
679679
"\n",
680680
"\n",
681681
"hls_model = hls4ml.converters.convert_from_keras_model(\n",
682-
" model, hls_config=hls_config, backend='Vitis', output_dir='model_1/hls4ml_prj', part='xcu250-figd2104-2L-e', io_type='io_stream'\n",
682+
" model,\n",
683+
" hls_config=hls_config,\n",
684+
" backend='Vitis',\n",
685+
" output_dir='model_1/hls4ml_prj',\n",
686+
" part='xcu250-figd2104-2L-e',\n",
687+
" io_type='io_stream',\n",
683688
")\n",
684689
"hls_model.compile()"
685690
]

0 commit comments

Comments
 (0)