a-lemus96 / fs-nerf

PyTorch implementation for experimenting with frequency regularized Neural Radiance Fields.
1 stars 0 forks source link

[fix]: Final LPIPS val computation #6

Closed a-lemus96 closed 12 months ago

a-lemus96 commented 1 year ago

Solve CUDA OOM errors by fragmenting the set of validation RGB images to be fed into the LPIPS network.

a-lemus96 commented 1 year ago

A try-except block was added to temporarily disable the cause of this error. This bug will be handled in a future commit.