David Nicholson

Results 290 comments of David Nicholson

addendum: there is a `datasets` package but it currently just includes the `WindowDataset` abstraction (which should probably be deprecated?) and does not currently provide access to any actual benchmark datasets

As discussed in #243 https://github.com/vocalpy/vak/issues/243#issuecomment-1200283602 there should be two sub-packages in `vak.datasets`, `datasets.seq` and `datasets.bbox`, that correspond to the two highest-level types of annotations in `crowsetta`. Modules for each dataset...

Hi @Luke-Poeppel No there is not currently a way to generate a config file through the cli, but yes I have thought about it and agree it would be nice...

a couple further thoughts on this: * I think I would rather have a command that simply generates an "empty" config file * instead of having a series of interactive...

Coming back to this. Noticing during tutorials that there's a lot of cutting-and-pasting of links. E.g. a lot of the options in the `eval` and `predict` section are basically fixed...

- [ ] do this after adding dataclasses in #449 since it would be easy using those dataclasses - [ ] If we end up doing this, add it to...

Hi @kalleknast, sorry you're running into this issue. Thank you for taking the time to provide a detailed suggestion on how to deal with it. > An alternative would be...

Thank you @kalleknast this is helpful. I am working on understanding what's going on here a little better. Can I ask you to do a couple things so I can...

Also can I ask what operating system you are on? I'm wondering if it's Windows, which in the past is the platform where I have run into more `dask` errors....

That's perfect, thanks so much. Will keep doing homework and let you know what I find out in the next couple of days