Upload 2 files
Browse files- best.pt +3 -0
- herbs_only_eval_config.yaml +20 -0
best.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac52cc6e51306cc8d4ac7348fa70e528df6e6bdfc88fe8ed8e07e255e2ab56bd
|
| 3 |
+
size 2185822642
|
herbs_only_eval_config.yaml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
batchsize: 32
|
| 2 |
+
num_class: 241
|
| 3 |
+
image_path: "/home/meow/my_data_disk_5T/food_classification/CNFOOD-241/train600x600/"
|
| 4 |
+
# image_path: "/home/meow/my_data_disk_5T/food_classification/CNFOOD-241/val600x600/"
|
| 5 |
+
train_path: "/home/meow/my_data_disk_5T/food_classification/CNFOOD-241/train_n.txt"
|
| 6 |
+
test_path: "/home/meow/my_data_disk_5T/food_classification/CNFOOD-241/test_n.txt"
|
| 7 |
+
# test_path: "/home/meow/my_data_disk_5T/food_classification/CNFOOD-241/val_n.txt"
|
| 8 |
+
|
| 9 |
+
model_name: "herbs"
|
| 10 |
+
weight_path: "/home/meow/cnfood241/food_code_cn241/outputs/herbs/best.pt"
|
| 11 |
+
# weight_path: ""
|
| 12 |
+
store_name: "herbs_384_cn241"
|
| 13 |
+
|
| 14 |
+
img_size: 384
|
| 15 |
+
learning_rate: 0.0001
|
| 16 |
+
epoch: 50
|
| 17 |
+
|
| 18 |
+
is_test: true
|
| 19 |
+
use_pretrained: true
|
| 20 |
+
train_increased: false
|