File size: 885 Bytes
1d0aab4 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
tebooks/image_caption_bot.ipynb create mode 100644 notebooks/image_caption_final.ipynb create mode 100644 scripts/__init__.py create mode 100644 scripts/generate_image_caption.py create mode 100644 scripts/utilities.py PS D:\Nuevo Volumen CLone\Repositories\Image_Caption_CNNLSTM> git push origin Uploading LFS objects: 100% (6/6), 861 MB | 0 B/s, done. Enumerating objects: 31, done. Counting objects: 100% (31/31), done. Delta compression using up to 8 threads Compressing objects: 100% (23/23), done. Writing objects: 100% (25/25), 1.21 MiB | 433.00 KiB/s, done. Total 25 (delta 3), reused 0 (delta 0), pack-reused 0 (from 0) To https://huggingface.co/spaces/provetgrizzner/Image_Caption_CNNLSTM b7d3f32..858b392 main -> main How the LFS issue was fixed: THe file wasn't getting uploaded due to gitattribute issues, so add gitattributes and commit first, then the model |