tengkianen

Results 1 issues of tengkianen

## Quick summary hls_model.compile() runs an exception from tutorial notebook part 1 ## Details ``` hls_model.compile() X_test = np.ascontiguousarray(X_test) y_hls = hls_model.predict(X_test) ``` ### Actual behavior ``` Writing HLS project...

bug