Jo Walsh
Jo Walsh
Thank you for providing these examples. They have been helpful when setting up a pipeline to train on an existing `FileDataset`. There are some differences between the [usage examples for...
This comes out of discussions at the Transform meeting and following on from the London 2019 hackathon, about how to improve the error reporting in `segyio` at the python level...
A project that we are collaborating on has [a scenario here](https://github.com/Pale-Blue-Dot-97/Minerva/blob/d22807917f5db1026a0ad6c9cbc1e7bdc3dcca6c/minerva/datasets.py#L501) where it would be very useful to be able to set the `filename_glob` and `filename_regex` arguments to a `RasterDataset`...
We have been trying to use the `OutputFileDatasetConfig` of a `ParallelRunStep` as input to an `AutoMLStep` and found that we couldn't; it appears not to work as intended. The input...
We tried installing a [label-studio-ml-backend](https://github.com/HumanSignal/label-studio-ml-backend) project that depends on this SDK using the `uv` python environment and package management system. The installation (with `uv sync`) failed [in the same way...