Sandro Cavallari
Sandro Cavallari
pystan moved from version 2.* to 3.* As such the naming is changed and creates some import errors. Version 2.19.* seems to work fine
I have found a couple of error running the example on a python 3.4 platform. The main difference is that in python 2.7 dictionary.values() gives a list, instead in 3.4...
Hi all, I was facing an uncommon use-case, but I wonder if other are facing the same issue. I'm using Triton-inference-server inside a sagemaker endpoint and I have enable the...
Dear all, I really appreciate your effort in bridging the gaps between Spark and some automatic-differentiation libraries. However, I'm currently working with Spark and PyTorch, where Spark is used to...
Hi all, I'm trying to train a recommendation system for user-items using Databricks as distributed computing platform. I'm applying proprocessing steps to my user related features as well as to...
This pull request aims to add support for [TensortRT](https://github.com/NVIDIA/TensorRT) integration ##### Summary of Changes 1) CLI Support for TensorRT - Added a new variable in [src/flux/cli.py](https://github.com/andompesta/flux/blob/5c2cba1f8c81de1be2ee61cec931636c2afd4012/src/flux/cli.py#L119) to enable TensorRT inference....