"magic_pdf/git@developer.sourcefind.cn:wangsen/mineru.git" did not exist on "e9c2473913cc14e2ef1e15fe2f6eb7dc5a07fe3c"
Unverified Commit 373776f2 authored by Toby Boyd's avatar Toby Boyd Committed by GitHub
Browse files

update data_dir to point to deeper. (#6065)

parent e59b6a85
...@@ -29,7 +29,7 @@ from official.resnet.keras import keras_cifar_main ...@@ -29,7 +29,7 @@ from official.resnet.keras import keras_cifar_main
from official.resnet.keras import keras_common from official.resnet.keras import keras_common
DATA_DIR = '/data/cifar10_data/' DATA_DIR = '/data/cifar10_data/cifar-10-batches-bin'
MIN_TOP_1_ACCURACY = 0.925 MIN_TOP_1_ACCURACY = 0.925
MAX_TOP_1_ACCURACY = 0.938 MAX_TOP_1_ACCURACY = 0.938
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment