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
~/darkon-examples-master/gradcam/imagenet_decoder.py in imagenet_decoder(preds, top)
1007 result = []
1008 for i in range(top):
-> 1009 result.append((class_names[top_indices[i]], top_indices[i]))
1010 return result
IndexError: index 1 is out of bounds for axis 0 with size 1`
I'm using tensorflow 1.5.0
The text was updated successfully, but these errors were encountered:
MacwinWin
changed the title
Error while get top5_result GradcamDemo
Error while get top5_result in GradcamDemo
Feb 3, 2018
When I run the /darkon-examples/GradcamDemo.ipynb, I got the error below:
I'm using tensorflow 1.5.0
The text was updated successfully, but these errors were encountered: