David Nicholson

Results 307 comments of David Nicholson

Note to self that this looked possibly related: https://github.com/bastibe/python-soundfile/issues/373 Error is the same ``` ~\anaconda3\lib\site-packages\soundfile.py in 190 _snd = _ffi.dlopen(_os.path.join(_hbrew_path, _explicit_libname)) 191 else: --> 192 _snd = _ffi.dlopen(_explicit_libname) 193 194...

@all-contributors please add @eintzandt for bug and data

Just realized lightning has an mlflow logger https://lightning.ai/docs/pytorch/stable/api/lightning.pytorch.loggers.mlflow.html#mlflow-logger so we can perhaps somewhat painlessly integrate that way -- pass in experiment name, run name, etc edit: looking at this again...

Hi @monocongo thanks for letting me know. > Is there an example project that has a good README.md and/or index.rst I can use as a template? Good question. All the...

After thinking about it more, I'm going to replace the `"splits_path"` parameter with `"metadata_path"`, as discussed in https://github.com/vocalpy/CMACBench/issues/4 We already include splits as part of the metadata with datasets that...

... I think having a `__str__` that uses `reprlib` so that the convention is you `print(annot)` to get some more readable version might make the most sense

Updating here after a meeting with @avanikop @MizukiFujibayashi and @JacquelineGoe: - the goal is to add an initial `vocalpy.syntax` module that will have a class e.g. `vocalpy.syntax.Koparkar2024Chunk` with `fit`, `transform`,...