Skip to content

Commit 58bd3dc

Browse files
committed
update .gitignore and config.yaml
1 parent f002adf commit 58bd3dc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### Project ###
2+
checkpoints/
3+
4+
5+
### Python ###
16
# Byte-compiled / optimized / DLL files
27
__pycache__/
38
*.py[cod]

configs/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# data parameters
22
dataset_name: imagenet
33
data_with_subfolder: True
4-
train_data_path: /media/ouc/4T_B/DuAngAng/datasets/ImageNet/ILSVRC2012_img_train/
4+
train_data_path: /media/ouc/4T_A/datasets/ImageNet/ILSVRC2012_img_train/
55
val_data_path:
66
resume:
77
batch_size: 48

0 commit comments

Comments
 (0)