tensorstore
tensorstore copied to clipboard
Library for reading and writing large multi-dimensional arrays.
Stopped using commit hash in favor of tag release at https://github.com/marketplace/actions/pypi-publish
was autogenerating some stuff based on the schema files here and came across a very small error
Hi, I feel like I don't really understand what `resolve` is supposed to do. From the [docs](https://google.github.io/tensorstore/python/api/tensorstore.TensorStore.resolve.html#), it says it "Obtains updated bounds, subject to the cache policy." Now, I...
Related to #123. Writing to filesystem fails on Windows 11. It is interesting that this spec does not throw the exception, but unfortunately it does not work since no files...
Is the the C++ API thread safe? Are there any considerations when calling tensorstore from multiple threads?
Hi, i generated 2 versions of a dataset with tensorstore. And a 3erd version of the same data with cloud-volume. The first version uses jpg compression and can be opened...
Hi, looking into old issues regarding cmake support, I've noticed that a installation target was originally supported as: `cmake .. -DTENSORSTORE_ENABLE_INSTALL:BOOL=true -DCMAKE_INSTALL_PREFIX=/usr/local` But this changed around version v0.1.23. Supporting installation...
# The issue Given a specific checkpoint, load it in two different settings: 1. Load it with 64 nodes, 512 GPUs, 512 processes (1 GPU / process). 2. Load it...
We have two Python packages (bfiocpp and argolid) where we use the C++ API and follow the CMake integration instruction given in the documentation. Both of the packages individually work...
I'm using Tensorstore's key value store driver with OCI object storage using their S3 compatibility layer and am seeing that when the OCI Object Storage service sends 429s Tensorstore fails...