Closed olive-jy-song closed 9 months ago
hello.
when converting the transformed df to numpy, please do so by forcing a dtype of np.float32. In other words, please do 'np_arr = new_df.to_numpy(dtype=np.float32)'
a runnable version with the forcing is currently available in the debug branch.
done
hello.
when converting the transformed df to numpy, please do so by forcing a dtype of np.float32. In other words, please do 'np_arr = new_df.to_numpy(dtype=np.float32)'
a runnable version with the forcing is currently available in the debug branch.