BeanMachine是一种概率编程语言,用于使用声明性语法对用Python语言编写的统计模型进行推理。BeanMachine构建在PyTorch和BeanMachineGraph(自定义C++后端)之上。
安装BeanMachine支持Python3.7、3.8和PyTorch1.10。
使用Pip安装最新版本pipinstallbeanmachine从源代码安装从GitHub下载最新的BeanMachine源代码:
gitclonehttps://github.com/facebookresearch/beanmachine.gitcdbeanmachine然后,您可以从以下任一安装选项中进行选择。
Anaconda我们建议使用 conda 来管理虚拟环境并安装必要的构建依赖项。
condacreate-n{envname}python=3.7;condaactivate{envname}condainstallboosteigenpipinstallDockerdockerbuild-tbeanmachine.dockerrun-itbeanmachine:latestbash验证安装如果您想运行内置单元测试:
#installpytest7.0fromGitHubpipinstallgit+https://github.com/pytest-dev/pytest.git@7.0.0.dev0pytest.
评论