image_captioning_with_transformers icon indicating copy to clipboard operation
image_captioning_with_transformers copied to clipboard

Pytorch implementation of image captioning using transformer-based model.

Results 2 image_captioning_with_transformers issues
Sort by recently updated
recently updated
newest added

Why are you not using positional encoding in the encoder of the network??

Hi @zarzouram I have some question about your work. 1. I have a question about running the create_dataset. I'm using the following command: python code/create_dataset.py --dataset_dir dataset_dir --json_train json_train --json_val...