Upload config.json
Browse files- config.json +8 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name" : "vit_224_v42",
|
3 |
+
"root_dir" : "/kaggle/input/products-10k/products-10k/" ,
|
4 |
+
"csv_file_tr" : "train.csv" ,
|
5 |
+
"csv_file_tt" : "test.csv" ,
|
6 |
+
"dataset" : "Product10KDataset"
|
7 |
+
|
8 |
+
}
|