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
TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Any' in DecomposeMultiDimSqueeze TVM callback in densenet xray variant
> input_shape = [int(dim) for dim in pre.args[0].checked_type.shape]
E TypeError: int() argument must be a string, a bytes-like object or a real number, not 'Any'
Description
Reproduce
Observed Behaviour
Logs
The text was updated successfully, but these errors were encountered: