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
when I run scripts/re10k_256x256_depthsplat_small.sh, I met a TypeError at src/model/model_wrapper.py line 696, add_label(vcat(*batch["context"]["image"][0]), "Context"), Actual Value: (tensor([[[...]]]), tensor([[[...]]]), expected type: typing.Iterable[Float[Tensor, 'channel _ _']]
The text was updated successfully, but these errors were encountered:
xuzhenguoloveyjh
changed the title
[QuESTION]Hi,I encountered a TypeError issue, Requesting Assistance
[QUESTION]Hi,I encountered a TypeError issue, Requesting Assistance
Mar 5, 2025
when I run
scripts/re10k_256x256_depthsplat_small.sh
, I met a TypeError atsrc/model/model_wrapper.py
line 696,add_label(vcat(*batch["context"]["image"][0]), "Context"),
Actual Value: (tensor([[[...]]]), tensor([[[...]]]), expected type: typing.Iterable[Float[Tensor, 'channel _ _']]
The text was updated successfully, but these errors were encountered: