-
We probably want to encapsulate individual Data Views and then manage them (present them, delete them, update them).
I see a data view as having 3 key things:
- A tiny bit of metadata (id, and title)…
-
Tensorstore could be used for the zarr backend.
A few advantages are:
- It's faster.
- It supports transposes and other transformations on the coordinate space without loading the data.
- It loa…
-
In this issue, we will make investigation on the data preprocessing solution for native PyTorch and fast.ai (High level api library built upon PyTorch and pandas).
## fast.ai
[fast.ai](https://www…
-
### What happened + What you expected to happen
Ray train official docs [script](https://docs.ray.io/en/latest/train/getting-started-transformers.html) fails due to NCCL error.
Proxy Call to rank 1 …
-
## Overview
A relatively new package called [xarray-datatree](https://xarray-datatree.readthedocs.io/en/latest/) introduces a new xarray high-level container called a DataTree. A DataTree contains …
-
### Question Validation
- [X] I have searched both the documentation and discord for an answer.
### Question
I am working on a RAG project that involves ingesting large numbers of PDF documents. Si…
-
First off, thanks for this incredible project, @pmoulon !
Using openMVG (v1.3) as a third-party lib, I'm modifying the SfM data (generated by `openMVG_main_SfMInit_ImageListing`) to split the views…
IdoMa updated
6 years ago
-
The current JSONAPISerializer is more of a JSONAPISerialization, becuase it serializes a single payload.
I expected to be able to specify a single schema, then re-use the serializer on various payload…
-
The current RFC for misp-core-format has two different timstamp formatings:
1. unix timestamp format as string value (REF: #3)
2. date as YYYY-MM-DD
To conform with standard API marshaling and…
-
This example works with named tuples but fails with ordinary tuples.
```julia
using HDF5
ntup = (x=5, y=6)
tup = (5, 6)
h5open("test.h5", "w") do h
write_dataset(h, "ntup", [ntup]) # wor…