Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Guanheng Zhang committed Mar 4, 2021
1 parent cc77899 commit 524825d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/common/cache_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import torchtext
from .parameterized_utils import load_params

CACHE_STATUS_FILE = '.data/cache_status_file.json'
CACHE_STATUS_FILE = '.data/cache_status_file.txt'


def check_cache_status():
Expand All @@ -21,7 +21,7 @@ def generate_data_cache():
if os.path.exists(CACHE_STATUS_FILE):
return

raw_data_info = load_params('raw_datasets.json')
raw_data_info = load_params('raw_datasets.txt')
cache_status = {}
for info in raw_data_info:
info = info.args[0]
Expand Down

0 comments on commit 524825d

Please sign in to comment.