Pratik Gujjar

Results 2 issues of Pratik Gujjar

Loading a tarfile with a url as a webdataset fails because of a wrongly formatted curl command for Windows. CMD is: https://github.com/webdataset/webdataset/blob/main/webdataset/gopen.py#L195 Single quotes around the url lead to improper...

enhancement

I have been trying to read a parquet file that contains numpy array in its columns as a tfio dataset using the `from_parquet()` API. But this results in an error:...