ibayer

Results 122 comments of ibayer

I haven't tested the solution proposed here but closing the connections doesn't work for me either. `ipyton-sql=0.4.0`.

### Concave hull algorithms with pseudo code - Moreira, A. and Santos, M.Y., 2007, Concave Hull: A K-nearest neighbors approach for the computation of the region occupied by a set...

Thank for this great library! I'm currently exploring if peft allows me to use lora for semantic segmentation. The example nb states: > The results are definitely not as expected...

> What was the error, did it happen to be > > RuntimeError: cuDNN error: CUDNN_STATUS_MAPPING_ERROR > No, it was a bit more obscure (see below), but I have only...

> I don't know much about the evaluate package, but I think this updated version should work without OOM: Confirmed, this fixed OOM. Thanks!

> > Note, I also had to disable jitter > > What problem did you encounter? Can't reproduce it anymore, I might have been unlucky with my previous torchvision version....

for full dataset ```python from datasets import load_dataset # ds = load_dataset("scene_parse_150", split="train[:150]") ds = load_dataset("scene_parse_150", split="train") ``` eval still seems to eat to much memory, but GPU this time...

Thanks, I can confirm that the OOM error is gone. Do you get all nan values as well? Also, I guess mean Iou is way to high and should increase...

> Ah yes, this is an unfortunate annoyance with the 4000 series, see here: https://github.com/huggingface/accelerate/pull/2195. >> On RTX 3090+, infinity-band and peer-to-peer communication was removed (so the entirety of the...

> I didn't dig deeper into why the evaluate metrics are so low, I suspect that it does something where the accuracy/IOU for each class is calculated separately and then...