Skip to content

Commit 524825d

Browse files
author
Guanheng Zhang
committed
checkpoint
1 parent cc77899 commit 524825d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/common/cache_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import torchtext
44
from .parameterized_utils import load_params
55

6-
CACHE_STATUS_FILE = '.data/cache_status_file.json'
6+
CACHE_STATUS_FILE = '.data/cache_status_file.txt'
77

88

99
def check_cache_status():
@@ -21,7 +21,7 @@ def generate_data_cache():
2121
if os.path.exists(CACHE_STATUS_FILE):
2222
return
2323

24-
raw_data_info = load_params('raw_datasets.json')
24+
raw_data_info = load_params('raw_datasets.txt')
2525
cache_status = {}
2626
for info in raw_data_info:
2727
info = info.args[0]

0 commit comments

Comments
 (0)