Skip to content

Commit fccc208

Browse files
committed
Fixes to make part 4.1 work
1 parent 36fa59f commit fccc208

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,4 @@ dependencies:
2020
- conifer==1.5
2121
- pysr==0.16.3
2222
- xgboost==1.7.5
23+
- zstd

part4.1_HG_quantization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
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')\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",
311311
"hls_model.compile()\n",
312312
"\n",
313313
"X_test = np.ascontiguousarray(X_test)\n",

0 commit comments

Comments
 (0)