Yurii Paniv commited on
Commit
dd57a7c
1 Parent(s): 128f2fd

Fix logger

Browse files
Files changed (1) hide show
  1. data_logger.py +1 -1
data_logger.py CHANGED
@@ -20,7 +20,7 @@ def log_data(hf_token: str, dataset_name: str, private=True):
20
  use_auth_token=hf_token,
21
  )
22
  repo.git_pull(lfs=True)
23
- log_file = os.path.join(dataset_dir, "data.csv")
24
 
25
  def log_function(data):
26
  repo.git_pull(lfs=True)
20
  use_auth_token=hf_token,
21
  )
22
  repo.git_pull(lfs=True)
23
+ log_file = os.path.join(dataset_dir, "data_speed.csv")
24
 
25
  def log_function(data):
26
  repo.git_pull(lfs=True)