AlibabaResearch / AlibabaResearch/AdvancedLiterateMachinery
ERROR python create_grid_input.py
Abierto
- Lenguaje dominante
- C++
- Estrellas
- 1.8k
- Forks
- 195
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Thank you very much for your contribution. In the VGT layout model, executing python create_grid_input.py script generates an error message.
TypeError: save_pkl_file() takes from 3 to 4 positional arguments but 5 were given.
I think we should change the original code. Change this code:"save_pkl_file(grid, args.output, f"page_{page}", page, args.model)" to "save_pkl_file(grid, args.output, f"page_{page}", args.model)".
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.