tensorstore icon indicating copy to clipboard operation
tensorstore copied to clipboard

Library for reading and writing large multi-dimensional arrays.

Results 81 tensorstore issues
Sort by recently updated
recently updated
newest added

Ubuntu 20.04: https://open.cdash.org/viewBuildError.php?buildid=8243884 MacOS 11: https://github.com/dzenanz/ITKIOOMEZarrNGFF/actions/runs/3348207654/jobs/5547019929 In branch: https://github.com/dzenanz/ITKIOOMEZarrNGFF/tree/tensorstore Commit: https://github.com/dzenanz/ITKIOOMEZarrNGFF/commit/87c4042cf92bb175cf8c1d46ecd4033537e06078 This is despite building locally on Windows.

Currently, the documentation has Python tutorials. Will it be possible to add some minimal working examples for the C++ API ? Similar to this (https://google.github.io/tensorstore/python/tutorial.html)

Compiling the current version (f6da8b5696a04cb6f30fab07183756d0d67d5eaa) works well in Debug mode, but fail in Release and RelWithDebInfo modes. Incremental build log: ```log Build started... 1>------ Build started: Project: aom_config_h_tmpl, Configuration: RelWithDebInfo...

When trying to write an array of bytes, an error is reported: `INVALID_ARGUMENT: Error parsing object member "metadata": Error parsing object member "dtype": Unsupported zarr dtype: "

`zip` is not on the list of [KvStore drivers](https://google.github.io/tensorstore/kvstore/index.html#json-KvStore). It should be similar to [zarr.storage.ZipStore](https://zarr.readthedocs.io/en/stable/api/storage.html#zarr.storage.ZipStore). The main need for zip store is for use in JavaScript and WebAssembly, where a...

Cool job, unifying these python projects. I was wondering if there would be a way of documenting the performance impact of using this library over e.g a vanilla python zarr...

Hello there. I am trying to see if I can add support for reading (and eventually writing) Tiff images using tensorstore. The motivation is to be able to read/write large...

I just thought I'd open this as feedback to my first experience in following the [install from src instructions](https://google.github.io/tensorstore/installation.html#installation-from-local-checkout). For the record, I was using `python setup.py develop` from a...

How would I use tensorstore with PyTorch Dataloader? Any examples?

Hello I am trying to build the package on graviton machines. However I found a couple of issues when trying to build * First the function `normalized_machine_arch_name` return aarch64 instead...