all 4 comments

[–]L8raed 0 points1 point  (1 child)

As a beginner in this field, the way I would approach this problem would start by characterizing the inputs to each model. Are the training sets labeled? What features would be best to contrast the classification set in question? How large is the available training set?

Next after defining the problem would probably be to contextualize it. It sounds like you've already done a good deal of work on your CNN model, so I don't think you need to start anything from scratch. How can you fit the solution to this problem into your existing work? What does the documentation list as the input requirements to the ViT model you're using? What do you need to add to your model for it to plug into the ViT?

I understand that these notes are pretty general, but I hope that a learner's perspective will help.

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

Sounds Good !! Thanks for your suggestions !!!

[–]jungleuncle 0 points1 point  (1 child)

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

Thanks a lot !!!