We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f002adf commit 58bd3dcCopy full SHA for 58bd3dc
.gitignore
@@ -1,3 +1,8 @@
1
+### Project ###
2
+checkpoints/
3
+
4
5
+### Python ###
6
# Byte-compiled / optimized / DLL files
7
__pycache__/
8
*.py[cod]
configs/config.yaml
@@ -1,7 +1,7 @@
# data parameters
dataset_name: imagenet
data_with_subfolder: True
-train_data_path: /media/ouc/4T_B/DuAngAng/datasets/ImageNet/ILSVRC2012_img_train/
+train_data_path: /media/ouc/4T_A/datasets/ImageNet/ILSVRC2012_img_train/
val_data_path:
resume:
batch_size: 48
0 commit comments