-
Unlike test datasets, XCL seems to have a different structure that causes an error when initializing BirdSetDataModule:
```
from birdset.datamodule import DatasetConfig
from birdset.datamodule.…
-
It will be valuable to have a component to generate a sample dataset plus the entire dataset, both in the `.TFrecord` and column format like `.csv`. This sample set will help with experimentation and…
-
One of my colleagues suggested the workflow run form should be the same as the editor, just read-only, with options to select datasets and parameters for the workflow inputs, and with a 'run' button.
…
-
### Correction Scope
some records - e.g. it's seems to be wrong for a number of records, but right for others
### Metadata Record Identifier
_No response_
### metadata field
variableMeasured
###…
-
It looks like at least some URLs that may have already been harvested are still in Harvest phase in the app, since the user did not click the checkbox next to Harvest. Since this step was not included…
-
Edit: @robvanvolt is right
WebDataset is perfect for us - any dataset already in the format expect by the `TextImageDataset` we have now can easily be converted to a WebDataset by placing them in ~…
-
the size of the repository including its history is ~460mb, which is massive considering the *file* size of the repo (without history) is like 20x smaller. The big inflation is because, in the earlie…
-
Hello!
With the documentation still down, I have a few questions regarding implementing DeepMReye on some data. I've looked through the paper a bit as well, but just need some more clarification.
…
-
I think it would be useful to parallelize **all** of the code, since parallelized code can still be run on a single processor. We can get rid of `glrm` altogether, or keep it for pedagogical purposes.…
-
this is useful for two reasons:
- it allows seeding non-exact matches, which in turn allows capturing potentially interesting matches where most (or none!) of the match is exact
- it helps us solve …