Yash Nagraj commited on
Commit
f9efac3
·
1 Parent(s): 759e85d

Put the correct weights in checkpoints

Browse files
checkpoints/model_Epoch10.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:bf1f268fa95855fd879e4690b920b7820cf6e80848850dbacc0b479d69ff1953
3
- size 6012986
 
 
 
 
checkpoints/model_Epoch20.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:55ff29fd4bbe990d286d489a88c712aef197713e5e61c536664b3c3b67232e36
3
  size 6012986
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab87c95b781571f5f0db1b819c4f1d3d4eab79090df4d9ebf21bba8240f1fae
3
  size 6012986
checkpoints/model_Epoch30.pth CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a323611d36eb7c639bb5f1de6f4d913e7889be5fe4303a8ea4212f5fcc213475
3
  size 6012986
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caab9cf56c3f2b775ec343cce42750fb303e4d200baadc0d6704fa15ab651ee9
3
  size 6012986
model_Epoch31.pth → checkpoints/model_Epoch31.pth RENAMED
File without changes
checkpoints/model_Epoch40.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f8d804cb3d2292dc9c4242c7a5914302026a65a1bf1b70fc1ac2bd1f73e174d8
3
- size 6012986
 
 
 
 
checkpoints/model_Epoch50.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:b351a9568c0eab7d0b76a090cf7827aaf9e9b54f7ffed21442619695cc4d9be1
3
- size 6012986
 
 
 
 
model.ipynb CHANGED
@@ -2,7 +2,7 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": 172,
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
@@ -24,7 +24,7 @@
24
  },
25
  {
26
  "cell_type": "code",
27
- "execution_count": 173,
28
  "metadata": {},
29
  "outputs": [],
30
  "source": [
@@ -70,7 +70,7 @@
70
  },
71
  {
72
  "cell_type": "code",
73
- "execution_count": 174,
74
  "metadata": {},
75
  "outputs": [],
76
  "source": [
@@ -123,7 +123,7 @@
123
  },
124
  {
125
  "cell_type": "code",
126
- "execution_count": 175,
127
  "metadata": {},
128
  "outputs": [],
129
  "source": [
@@ -156,7 +156,7 @@
156
  },
157
  {
158
  "cell_type": "code",
159
- "execution_count": 176,
160
  "metadata": {},
161
  "outputs": [],
162
  "source": [
@@ -193,7 +193,7 @@
193
  },
194
  {
195
  "cell_type": "code",
196
- "execution_count": 177,
197
  "metadata": {},
198
  "outputs": [],
199
  "source": [
@@ -229,7 +229,7 @@
229
  },
230
  {
231
  "cell_type": "code",
232
- "execution_count": 178,
233
  "metadata": {},
234
  "outputs": [],
235
  "source": [
@@ -297,7 +297,7 @@
297
  },
298
  {
299
  "cell_type": "code",
300
- "execution_count": 179,
301
  "metadata": {},
302
  "outputs": [],
303
  "source": [
@@ -320,7 +320,7 @@
320
  },
321
  {
322
  "cell_type": "code",
323
- "execution_count": 180,
324
  "metadata": {},
325
  "outputs": [],
326
  "source": [
@@ -469,8 +469,8 @@
469
  }
470
  ],
471
  "source": [
472
- "model = torch.load(f\"/root/Diffusion-Sprite/checkpoints/model_Epoch50.pth\",map_location=device)\n",
473
- "model.eval()\n",
474
  "print(\"Loaded model\")"
475
  ]
476
  },
@@ -30841,7 +30841,7 @@
30841
  "name": "python",
30842
  "nbconvert_exporter": "python",
30843
  "pygments_lexer": "ipython3",
30844
- "version": "3.10.12"
30845
  }
30846
  },
30847
  "nbformat": 4,
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 10,
6
  "metadata": {},
7
  "outputs": [],
8
  "source": [
 
24
  },
25
  {
26
  "cell_type": "code",
27
+ "execution_count": 11,
28
  "metadata": {},
29
  "outputs": [],
30
  "source": [
 
70
  },
71
  {
72
  "cell_type": "code",
73
+ "execution_count": 12,
74
  "metadata": {},
75
  "outputs": [],
76
  "source": [
 
123
  },
124
  {
125
  "cell_type": "code",
126
+ "execution_count": 13,
127
  "metadata": {},
128
  "outputs": [],
129
  "source": [
 
156
  },
157
  {
158
  "cell_type": "code",
159
+ "execution_count": 14,
160
  "metadata": {},
161
  "outputs": [],
162
  "source": [
 
193
  },
194
  {
195
  "cell_type": "code",
196
+ "execution_count": 15,
197
  "metadata": {},
198
  "outputs": [],
199
  "source": [
 
229
  },
230
  {
231
  "cell_type": "code",
232
+ "execution_count": 16,
233
  "metadata": {},
234
  "outputs": [],
235
  "source": [
 
297
  },
298
  {
299
  "cell_type": "code",
300
+ "execution_count": 17,
301
  "metadata": {},
302
  "outputs": [],
303
  "source": [
 
320
  },
321
  {
322
  "cell_type": "code",
323
+ "execution_count": null,
324
  "metadata": {},
325
  "outputs": [],
326
  "source": [
 
469
  }
470
  ],
471
  "source": [
472
+ "nn_model = torch.load(f\"checkpoints/model_Epoch31.pth\",map_location=device)\n",
473
+ "nn_model.eval()\n",
474
  "print(\"Loaded model\")"
475
  ]
476
  },
 
30841
  "name": "python",
30842
  "nbconvert_exporter": "python",
30843
  "pygments_lexer": "ipython3",
30844
+ "version": "3.12.3"
30845
  }
30846
  },
30847
  "nbformat": 4,
model_Epoch20.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:2ab87c95b781571f5f0db1b819c4f1d3d4eab79090df4d9ebf21bba8240f1fae
3
- size 6012986
 
 
 
 
model_Epoch30.pth DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:caab9cf56c3f2b775ec343cce42750fb303e4d200baadc0d6704fa15ab651ee9
3
- size 6012986