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
RuntimeError: 0 INTERNAL ASSERT FAILED at "..\torch\csrc\jit\ir\alias_analysis.cpp":621, please report a bug to PyTorch. We don't have an op for aten::__interpolate but it isn't a special case. Argument types: Tensor, NoneType, float, str, bool, bool,
torch版本:2.2.0+cu121
RuntimeError: 0 INTERNAL ASSERT FAILED at "..\torch\csrc\jit\ir\alias_analysis.cpp":621, please report a bug to PyTorch. We don't have an op for aten::__interpolate but it isn't a special case. Argument types: Tensor, NoneType, float, str, bool, bool,
Candidates:
aten::__interpolate.scale_list(Tensor input, int? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor
aten::__interpolate.size_list_scale_list(Tensor input, int[]? size=None, float[]? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor
aten::__interpolate(Tensor input, int? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor
aten::__interpolate.size_list(Tensor input, int[]? size=None, float? scale_factor=None, str mode="nearest", bool? align_corners=None, bool? recompute_scale_factor=None, bool antialias=False) -> Tensor
The text was updated successfully, but these errors were encountered: