Arbiter123123123

Results 1 comments of Arbiter123123123

I found a solution on some forums: ```python depth_anything.load_state_dict(torch.load(f'./checkpoints/depth_anything_{encoder}14.pth')) ``` Add the following line of code to the end of the previous line: ```python depth_anything.cuda() ``` is ```python depth_anything.load_state_dict(torch.load(f'./checkpoints/depth_anything_{encoder}14.pth')) depth_anything.cuda()...