-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
When running python trainer_finetune.py
I encounter this error
Traceback (most recent call last):
File "/home/ec2-user/PAED/trainer_finetune.py", line 732, in <module>
main(
File "/home/ec2-user/PAED/trainer_finetune.py", line 600, in main
training(save_dir, path_model, data_name, split, logger)
File "/home/ec2-user/PAED/trainer_finetune.py", line 436, in training
train_vae = VAEData(path=save_dir, train_args=train_args, name='train', data_name=data_name, split=split)
File "/home/ec2-user/PAED/dataset.py", line 86, in __init__
self.get_vocab(path_in)
File "/home/ec2-user/PAED/dataset.py", line 202, in get_vocab
dataset = self.get_data(self.path, name)
File "/home/ec2-user/PAED/dataset.py", line 170, in get_data
data = wr_Dataset.load(str(path_in))
File "/home/ec2-user/PAED/wrapper.py", line 57, in load
with open(path) as f:
FileNotFoundError: [Errno 2] No such file or directory: 'outputs/wrapper/u2t_map_all/unseen_5_seed_0/synthetic.jsonl'
Is this data supposed to be created by the script or do I need to download a file?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels