You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, this would be a more proper way of doing this. I think here we are suppressing the annoying warning about the align_corners from torch.nn.functional.interpolate.
Yeah this is definitely more nitpicky an issue for sure... I have had my experiences with a crazy number of warnings from nn.functional too. If at some point I can pin down exactly where the errors come from (and ensure I don't miss any), I will make this change. For now I'd say this is low priority. After all, it's only suppressing warnings, not errors, which by definition shouldn't really impact the code.
pyroVED/pyroved/nets/conv.py
Line 20 in 1854047
I'd recommend against module-level warnings suppression in favor of
at the precise spot where the warnings are thrown.
Thoughts?
The text was updated successfully, but these errors were encountered: