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