News

Currently, the Python version of FINUFFT performs as far as I can tell most (if not all) floating point precision checks using the is operator to compare dtypes. For example (from function _rchk / ...
Hello, I have a custom Keras model trained in Sagemaker that goes through training without failing, and have also built an endpoint around it, however when I am trying to send an inference request ...