rnb007

Results 2 issues of rnb007

This is the error i get when I use the below function def try_all_gpus(): #@save """Return all available GPUs, or [cpu(),] if no GPU exists.""" devices = [torch.device(f'cuda:{i}') for i...

We should update codebase wrt to numpy version 2.0 or limit the numpy version to 1.xx to avoid compatibility issues.