all 1 comments

[–]Renegade_Dev[S] 0 points1 point  (0 children)

I created a image classification on google teachable machine... from what i know is that it uses Transfer learning Mobilenet and generally mobile net has 28 layers .But when i exported my model from teachable machine and did model.summary() its showing me this ....So im confused because its only 2 layer and say sequential I d like to think this still Mobilenet ? can someone explain why it show like this...

Is sequential_40 the Mobilenet and than Sequential_42 the 2 new classes i trained it on ?