Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exec ./scripts/pretrain.sh error,No such file or directory: 'datasets/huawei/cpu_limit_minute.json' #56

Open
witkeyshare opened this issue Apr 28, 2024 · 2 comments

Comments

@witkeyshare
Copy link

ataset: traffic Total train points: 12086964 Total val points: 981818
Dataset: kdd_cup_2018_without_missing Total train points: 2925624 Total val points: 307530
Dataset: saugeenday Total train points: 23697 Total val points: 1139
Dataset: sunspot_without_missing Total train points: 73880 Total val points: 1139
Traceback (most recent call last):
File "/content/lag-llama/run.py", line 843, in
train(args)
File "/content/lag-llama/run.py", line 334, in train
) = create_train_and_val_datasets_with_dates(
File "/content/lag-llama/data/data_utils.py", line 156, in create_train_and_val_datasets_with_dates
with open(path, "r") as f: data = json.load(f)
FileNotFoundError: [Errno 2] No such file or directory: 'datasets/huawei/cpu_limit_minute.json'

@ashok-arjun
Copy link
Contributor

Hi! You might not have updated your repo. Please pull again. The dataset path was updated, now it uses what you specify as the path in the run.py file.

Also pl check if you have followed the instructions at the top of the script before executing it.

@ashok-arjun
Copy link
Contributor

Hi, is this resolved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants