jacobgil / keras-grad-cam

An implementation of Grad-CAM with keras
MIT License
657 stars 237 forks source link

comparing strings by not `is' but `==' #15

Open yudai09 opened 6 years ago

yudai09 commented 6 years ago

Comparing strings by `is' leads some bug in my environment.

ahmedhshahin commented 4 years ago

You are right.