marcdemers

Results 5 comments of marcdemers

As a simple workaround, I disabled one single GPU by setting the CUDA_VISIBLE_DEVICES=id environment variable, and modifying the `start_work` method in excavator.py as such: ``` def start_work(self, algorithm, device, benchmarking=False):...

Hi @m1jkf00 , thanks for the bug report. I will fix this in a new version. I kept the delta functions' signatures standardized, which is why I still pass the...

Good call! Will include in next version of the library. Thank you!

Hi Timothy, Can you do a simple PR for this? seems pretty straightforward, just make sure to add a test as well!

You're welcome to make a PR for this