Sam Heymann

Results 7 issues of Sam Heymann

Hello, I am wondering if it would not be better to not Cash the current Power Consumption of the Plug or at least reduce the Time for [get_power()](https://github.com/sbidy/pywizlight/blob/a11d2c7744d7110eb42ce8af5eddb3f6f40bd228/pywizlight/bulb.py#L668). I currently...

question

Enhance the dataset availability test by caching the result when the dataset is available. The test should be skipped if it has already been performed by another CI on the...

Hi @NohTow, I was wondering if it's possible to include recall information in the evaluation when using an index. I’m not sure if I’ve overlooked it or if it’s not...

enhancement

When attempting to train on an MPS device, the following error occurs due to an issue with `torch.compile()`: https://github.com/pytorch/pytorch/issues/96976 To resolve this issue, you can either remove torch.compile() or follow...

bug

Fixes dataset loading from disk by ensuring that memory maps and streams are properly closed. For more details, see https://github.com/huggingface/datasets/issues/7373.

### Describe the bug When loading a dataset from disk, concatenating it, and starting the training process, the RAM usage progressively increases until the kernel terminates the process due to...