Sam Lapp

Results 34 issues of Sam Lapp

**Describe the solution you'd like** Guano is a metadata convention used by the bat acoustics community see spec https://github.com/riggsd/guano-spec/blob/master/guano_specification.md and python package https://pypi.org/project/guano/ It has a nice set of values...

ENH: enhancement
annotation format

I'm accessing the evaluation datasets directly via huggingface datasets like this: ```python ds = datasets.load_dataset( "DBD-research-group/BirdSet", "HSN", trust_remote_code=True, cache_dir=cache_dir, ) classes = ds['test'].info.features['ebird_code'].names l=ds['test'].info.features['ebird_code'] ``` I can loop over the...

as other start to use this repository, it will be very useful to have releases and tags with semantic versioning, e.g. v0.1.0, so that a specific version of this repository...

Lines 172 and 287 of transforms.py produce thousands and thousands of warning messages during training and inference ``` birdset/datamodule/components/transforms.py:172: UserWarning: To copy construct from a tensor, it is recommended to...

### Checklist - [x] I have searched the [existing issues](https://github.com/streamlit/streamlit/issues) for similar feature requests. - [x] I added a descriptive title and summary to this issue. ### Summary Function takes...

type:enhancement
area:utilities

If faiss package is not installed, AccuracyCalculator() initialization raises `NameError: name 'faiss' is not defined`

Hi, I'm new to streamlit, as well as to echarts/bokeh/similar so apologies for a naive question. I simply want to create a histogram where a user can click on a...

**Describe the bug** When I use the tflite Interpreter object, I used to be able to get both embeddings and class logits in the same way as done in this...

**Describe the bug** I have an environment on a linux machine in which other tensorflow models run on my GPU with cuda 12.2, torch 2.15, and cudnn 8.9. With other...

https://github.com/scikit-maad/scikit-maad/blob/8c8a995582c96a6ac471fcf0d405185fbcea3496/maad/spl/active_space.py#L136 I noticed that the implementation differs from the ISO 9613-1 [Standard](https://cdn.standards.iteh.ai/samples/17426/3a2d69b767024b74805b83b063a91445/ISO-9613-1-1993.pdf). This seems to be perhaps just an implementation error. The Nitrogren relacation frequency is implemented with a factor...

bug