CaptioningExample miss get_example_id function
Abierto
- 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.