文件名称:AlphaEx:用于管理大量实验的Python工具包
文件大小:508KB
文件格式:ZIP
更新时间:2024-06-12 03:49:04
python experiment computer-cluster parameter-tuning submitter
AlphaEx(Alpha实验)是一个python工具包,可帮助您轻松,高效地管理大量实验。 使用AlphaEx,您可以: 自动在多个计算机群集上运行多个实验。 以一种简单有效的方式扫描实验变量-只需定义一个json文件,然后一键完成所有扫描。 上述2个函数在2自包含Python脚本实现submitter.py , sweeper.py 。 警告: Sweeper可以在安装了python 3的任何计算机中使用。 但是提交者仅与slurm兼容。 确保您有权访问至少一个安装了Slurm的集群。 例如,我在加拿大的计算机上有一个帐户,因此我可以使用包括cedar,mp2等在内的群集。 要测试这两个模块,请运行python test/test_submitter.py和python test/test_sweeper.py (需要使用您自己的设置首先配置submitter。请参阅后面
【文件预览】:
AlphaEx-master
----.python-version(16B)
----images()
--------submitter_3.png(129KB)
--------submitter_4.png(104KB)
--------submitter_5.png(88KB)
--------submitter_2.png(120KB)
--------submitter_1.png(112KB)
--------alphaex_logo.jpg(91KB)
----alphaex()
--------sweeper.py(5KB)
--------__init__.py(0B)
--------submitter.py(13KB)
----requirements.txt(13B)
----LICENSE(1KB)
----test()
--------cfg()
--------test_sweeper.py(2KB)
--------test_submitter.py(2KB)
--------__init__.py(0B)
--------submit.sh(284B)
--------my_experiment_entrypoint.py(192B)
----setup.py(508B)
----README.md(12KB)
----.pre-commit-config.yaml(555B)
----.gitignore(53B)