Skip to content

Commit 3a0c43d

Browse files
committed
fix[debug]: fixed a print error
1 parent f840df8 commit 3a0c43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hls4ml/backends/vitis_accelerator/vitis_accelerator_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def hardware_predict(self, model, x, target="hw", debug=False, profilingRepeat=-
164164
print(f"Sample output size: {sampleOutputSIze}")
165165
print(f"Predictions size: {predictions_size}")
166166
print(f"X_test_shape: {X_test.shape}")
167-
print(f"X_test_flat_shape: {X_test_flat.shape}")
167+
print(f"X_test_flat_shape: {X_test_size}")
168168

169169
# Change working directory to the HLS project directory
170170
os.chdir(model.config.get_output_dir())

0 commit comments

Comments
 (0)