initiate changes
Browse files- config.json +5 -0
- tom_and_jerry_cnn.pth +3 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "resnet18",
|
3 |
+
"num_labels": 4,
|
4 |
+
"labels": ["tom", "jerry", "tom_jerry_0", "tom_jerry_1"]
|
5 |
+
}
|
tom_and_jerry_cnn.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e0db0bb204e84e9986c611b65e98fb6648a04b3e2b0e25063d9a59cf6c6da27
|
3 |
+
size 44792618
|