Summary: Image Captioning with Transformers
Review what we've learned in this chapter.
We'll cover the following...
Image captioning model
In this chapter, we focused on a very interesting task that involves generating captions for given images. Our image-captioning model was one of the most complex models in this course, which included the following:
A vision transformer model that produces an image representation
A text-based transformer ...