how to run my own template?
Thank you very much for this interesting work!
I have followed your steps to generate the corresponding paper, and now I want to apply it to another research field. Besides placing my files according to the "Making your own Template" step in the readme, do I need to rerun the baseline?
For example, my template folder is named "newtemplate" and its structure is similar to "nanoGPT_lite". Do I still need to execute the step cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py, or can I just run python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2 directly?
Hey,bro how do you get the Semantic Scholar key?
cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py If you don't run this code first, you'll get an error when running launch_scientist.
Thank you very much for this interesting work!非常感谢您这项有趣的工作! I have followed your steps to generate the corresponding paper, and now I want to apply it to another research field. Besides placing my files according to the "Making your own Template" step in the readme, do I need to rerun the baseline?我已经按照您的步骤生成了相应的论文,现在我想将其应用到另一个研究领域。除了按照自述文件中的“制作自己的模板”步骤放置我的文件外,我还需要重新运行基线吗? For example, my template folder is named "newtemplate" and its structure is similar to "nanoGPT_lite". Do I still need to execute the step
cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py, or can I just runpython launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2directly?例如,我的模板文件夹名为“newtemplate”,其结构与“nanoGPT_lite”相似。我是否仍需执行步骤cd templates/newtemplate && python experiment.py --out_dir run_0 && python plot.py,或者可以直接运行python launch_scientist.py --model "gpt-4o-2024-05-13" --experiment newtemplate --num-ideas 2?
Have you successfully applied it to another field? How would you like to change it? I looked at the author's steps and didn't feel very clear
Please see the community templates for lots of new examples, including new fields!