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
As mentioned in #5,
The output of "layer_4" is NaN for Line 71 in modules/geo_predictors/omnidata/modules/midas/dpt_depth.py layer_1, layer_2, layer_3, layer_4 = forward_vit(self.pretrained, x)
The pre-trained checkpoint seems to load successfully for the normal prediction model.
How to fix the issue? thanks!
The text was updated successfully, but these errors were encountered:
As mentioned in #5,
The output of "layer_4" is NaN for Line 71 in modules/geo_predictors/omnidata/modules/midas/dpt_depth.py
layer_1, layer_2, layer_3, layer_4 = forward_vit(self.pretrained, x)
The pre-trained checkpoint seems to load successfully for the normal prediction model.
How to fix the issue? thanks!
The text was updated successfully, but these errors were encountered: