allenai / allenai/close

CaptioningExample miss get_example_id function

Abierto
#4 0 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
58
Forks
5
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Hello, when I run the training with mscoco caption, I found the error during the evaluation, because of the missing get_example_id in CaptioningExample under data/coco_captioning.py
```
def get_example_id(self):
return self.example_id
```
I update the code in this way, now it works for me, is that correct?

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.