catr icon indicating copy to clipboard operation
catr copied to clipboard

Image Captioning Using Transformer

Results 15 catr issues
Sort by recently updated
recently updated
newest added

Hi, I get this error while trying to run main.py runfile('D:/COCO/imge_captioning_transform_github/1/catr-master/main.py', wdir='D:/COCO/imge_captioning_transform_github/1/catr-master') Reloaded modules: datasets, datasets.utils, datasets.coco, configuration, engine Initializing Device: cuda Traceback (most recent call last): File D:\COCO\imge_captioning_transform_github\1\catr-master\main.py:90 in...

As I want the model to predict the end token by excluding it from the input into the model, I simply slice the token off the end of the sequence....

Hi, I want to get results using gpu, what should i do?

prediction: [CLS] i was was was the the was was was i was i [SEP] dataset: [CLS] you do he coming for you mother he alive not well i [SEP]...

Hi!Could I ask for you about model's performance ? Such as, BLEU, CIDEr and so on

I wonder training loss and validation loss of your pretrained model

I got an error while trying to change the Bert Base pre-trained library. I have tried to run this model in another language. the error is like - ` Initializing...

Hi there! This project is super cool! Would you be interested in sharing the pretrained models in the [Hugging Face Hub](https://huggingface.co/)? The Hugging Face Hub offers free hosting of models...

You are pulling images from .github/ such as .github/cake.png. Where is this located--in your repo? In any case, I was able to insert a reference in colab's file system i.e....

Hi. Thank you for your impressive work. I've read your work and want to understand your model clearly. From #2 , I know there is no paper, but I found...