-
I have encountered several cases where I build a URI using code like:
bind(uri(concat("http://example.com/id/", ?ID)) as ?uri)
Where in the sample data all the values in `ID` column looked l…
-
Try as I might, I cannot find a list of RDF serialization formats.
- SPARQL Protocol: https://www.w3.org/TR/sparql12-protocol/#query-success points to specs for the 4 tabular formats suitable for SEL…
-
If I run following script multiple times, it raises a `AttributeError: 'ExtensionTrainerAdapter' object has no attribute 'torch_snapshot'`.
```python
import numpy as np
import torch
import torch…
-
We are evaluating 4 histograms implementations to improve Heroic percentile accuracy.
An important factor in the selection process is the aggregation speed.
We will do aggregation before injectio…
-
A couple vocab / field features:
- Would love for Fields to be pickle'able. I understand that other issues, but we really can't be creating vocab on the fly, it's much too slow.
I think someth…
srush updated
6 years ago
-
I've got an azure functions project that takes in an object that has a dynamic property, stores it into cosmos and reads that same object out and returns it as JSON from a HTTPTrigger. Since upgradi…
-
create_raw_dataset.py takes quite a long time to generate datasets.
I thinking multi-threading AudioDatasetMetadataWriter write will do the job.
Also, this process terminates with segfault
-
The input data was ~10M vectors of 2048 dim each, the searcher was successfully built after 14 minutes, and there were hundreds of GB to spare (several multiples of the space used by the searcher itse…
-
When running this code
```python
class Seq2SeqDataBunch(TextDataBunch):
"Create a `TextDataBunch` suitable for training an RNN classifier."
@classmethod
def create(cls, train_ds, va…
-
### System information
- **Ubuntu 18.04**:
- **FiftyOne installed from pip**:
- **FiftyOne version v0.13.2**:
- **Python 3.6.9 (virtual env)**:
### Commands to reproduce
```python …
Etoye updated
2 weeks ago