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 get an error when I run the code:
Traceback (most recent call last):
File "fire_smoke_demo.py", line 59, in
for idx in torch.topk(outputs, k=2).indices.squeeze(0).tolist():
AttributeError: 'tuple' object has no attribute 'indices'
can you help me ?thank you very much.
The text was updated successfully, but these errors were encountered:
I get an error when I run the code:
Traceback (most recent call last):
File "fire_smoke_demo.py", line 59, in
for idx in torch.topk(outputs, k=2).indices.squeeze(0).tolist():
AttributeError: 'tuple' object has no attribute 'indices'
can you help me ?thank you very much.
The text was updated successfully, but these errors were encountered: