SakanaAI / AI-Scientist

The AI Scientist: Towards Fully Automated Open-Ended Scientific Discovery 🧑‍🔬
Apache License 2.0
7.43k stars 986 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'DatasaurusDozen.tsv' #60

Open roychand77 opened 3 weeks ago

roychand77 commented 3 weeks ago

Hi, i ran run_1.py (even run_5.py) and got the following error: FileNotFoundError: [Errno 2] No such file or directory: 'DatasaurusDozen.tsv' The program looks for the file in "data" folder, but "data" folder does not contain this file. The "data" folder only contains the "enwik8", "shakespeare_char", and "text8". DatasaurusDozen.tsv was available in "Sacana Ai\AI-Scientist\example_papers\adaptive_dual_scale_denoising" folder, when i copied it over into the "data" folder, i still get the same error. Just wondering if anybody knows what could be the potential error

conglu1997 commented 3 weeks ago

This file is here: https://github.com/SakanaAI/AI-Scientist/tree/main/templates/2d_diffusion, not in data.

roychand77 commented 3 weeks ago

Thanks Conglu, I figured out the problem was the mismatch in the file that my system generates and the code looks for. The difference between backslash " \ " and forward slash " / ". I changed the paths and the program worked