vak icon indicating copy to clipboard operation
vak copied to clipboard

A neural network framework for researchers studying acoustic communication

Results 176 vak issues
Sort by recently updated
recently updated
newest added

We get a warning in tests from `vak.metrics.distance.functional.character_error_rate`, basically because we call `torch.tensor` ```console tests/test_eval/test_frame_classification.py: 5 warnings tests/test_learncurve/test_frame_classification.py: 8 warnings tests/test_metrics/test_distance/test_functional.py: 6 warnings tests/test_train/test_frame_classification.py: 4 warnings /home/ildefonso/Documents/repos/vocalpy/vak-vocalpy/src/vak/metrics/distance/functional.py:100: UserWarning: To copy...

When I run tests on a machine with a GPU I get a warning from lightning that we're not using gpu even though it's detected ```console tests/test_eval/test_frame_classification.py: 5 warnings tests/test_eval/test_parametric_umap.py:...

#### Before submitting a bug, please make sure the issue hasn't been already addressed by searching through [the past issues](https://github.com/NickleDave/vak/issues) **Describe the bug** reported by @yardencsGitHub -- I will add...

BUG

Right now we test functions like `vak.train.frame_classification.train_frame_classification_model` by actually fitting a model. These tests are long running. I'm wondering if we should instead mock out the call to `Trainer.train` (or...

Do whatever I did with crowsetta

I have .wav files stored in a deep directory structure. VAK fails to find the files if the directory structure is more than two layers deep. I edited the files.py...

ENH: enhancement