You're an exceptional teacher! Very comprehensive and helpful.
@chethanbabuv17842 жыл бұрын
Short and well explained. Thanks
@trueresources38473 жыл бұрын
can you please mention procedure changes due to multiclass system
@RAZZKIRAN3 жыл бұрын
thank u .., very useful , great efforts
@phucnguyenphi56252 жыл бұрын
Sir. I have a question. Can I use CAM for any activation maps in arbitrary layers? For instance, a model with 15 layers convolution, and i want to visualize layer 10, 11... or any layers? And if my model is a concatenation between CNN and Vision Transformer, like DCViT, could I also do that, visualize convolution layer after CNN block? If not, is there any technique can do?
@walidsayed_2 жыл бұрын
great tutorial thanks for your effort
@surajvardhan84903 жыл бұрын
How to classify multiple features in a single...??
@cornevanzyl58802 жыл бұрын
Would like to see an example for time series
@RAZZKIRAN3 жыл бұрын
to check to remaining models, what to do? in this video u told about Xception ,
@d3v4873 жыл бұрын
Everything perfect 🔥 Good Explanation . don't mind pls.. you are writing code more like old keras users with long syntax. so reading n understanding bit confusing some time. Importing everything at once then call methods makes easy to read ... Although I can understand properly. Thanks for amazing tutorial.❤️👍
@ironF52 жыл бұрын
how to implement grad-cam or cam for custom model ( this model predicts on 1000 imagenet classes, whereas my transfer learning based custom model classifies into 3 classes) how to use it with my custom model.
@ironF52 жыл бұрын
i have been able to do it...
@victorescobar6648 Жыл бұрын
@@ironF5 How do you do that, I have the same problem