Martin Lundholm

Results 3 comments of Martin Lundholm

@dbczumar I would say that this is a limitation of the TensorFlow serialization/deserialization, and any library that builds upon TensorFlow, such as MLFlow, has to create a workaround to avoid...

@dbczumar I have a few ideas for how to solve the issue, but the quick solutions are pretty dirty, and the proper solution would require an API change. The root...

I did figure out the issue myself. If you try to use `ray.data.read_bigquery()` without `BigQuery` available for import, Ray will give the following error: > ImportError: BigQueryDatasource depends on ‘bigquery’,...