Skip to content

Commit 2a92e76

Browse files
[pre-commit.ci] auto fixes from pre-commit hooks
1 parent fccc208 commit 2a92e76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

part4.1_HG_quantization.ipynb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,9 @@
307307
"import hls4ml\n",
308308
"import plotting\n",
309309
"\n",
310-
"hls_model = hls4ml.converters.convert_from_keras_model(proxy, output_dir='model_3.1/hls4ml_prj', part='xcu250-figd2104-2L-e', backend='Vitis')\n",
310+
"hls_model = hls4ml.converters.convert_from_keras_model(\n",
311+
" proxy, output_dir='model_3.1/hls4ml_prj', part='xcu250-figd2104-2L-e', backend='Vitis'\n",
312+
")\n",
311313
"hls_model.compile()\n",
312314
"\n",
313315
"X_test = np.ascontiguousarray(X_test)\n",

0 commit comments

Comments
 (0)