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
I have tried to convert this model to TorchScript using torch.jit.script. However, I am getting this issue:
RuntimeError:
Expected integer literal for index:
File "/home/david/Documents/pry/models/archs/hrnet.py", line 228
for i in range(self.num_branches):
x[i] = self.branches[i](x[i])
~~~~~~~~~~~~~~~ <--- HERE
x_fuse = []
The text was updated successfully, but these errors were encountered:
I have tried to convert this model to TorchScript using torch.jit.script. However, I am getting this issue:
The text was updated successfully, but these errors were encountered: