Oliver Borchert

Results 115 comments of Oliver Borchert

I haven't seen this in the past and don't currently have a GPU available for testing, unfortunately 😕

There is likely nothing I can do to make this any faster. In general, a process needs some time to initialize the GPU. I think you can try running `torch.cuda.init()`...

Can you also benchmark `torch.empty(1).cuda()`? I thought that `torch.cuda.init()` is the culprit but I'm quite certain that the delay is the first interaction with the GPU (I just don't know...

Mh ok, interesting. I don't think it has anything to do with PyCave but I will check again. Unfortunately, I don't have direct access to a GPU at the moment.

Would love to do that. Unfortunately, I haven't used the latest versions of PyTorch (Lightning) and torchmetrics so I will need some time to figure out relevant changes. If you...

Hey @Jayfrown, sorry for the inconvenience. You are right, there should be some explanation on how to deploy Vault. I think I will be able to add some documentation later...

Hey @nilsleh, happy to see you get your hands dirty with NatPN and thanks for adding the notebook here! ;) On some datasets, fine-tuning is very important which requires an...

Nice, thanks for the hint @Shoeboxam! Seems like this could, indeed, fix the issue, I'll investigate ;) in any case, it was only introduced in #62, i.e. after this issue...

@jameslamb we've repeatedly had issues with OpenMP on MacOS, I'm wondering whether we should just advertise a conda-based compilation process. I successfully compiled locally with the following environment: ```yaml dependencies:...

Thanks @cbourjau! AppVeyor CI will be fixed by https://github.com/microsoft/LightGBM/pull/6490, that only leaves the linting job 😁