数量
该存储库是PyTorch实现,可用于复制本文中的结果。
该代码是使用Python 3.6或更高版本编写的。
安装
要安装Quant,您首先需要克隆我们的存储库。
我们建议您先创建一个虚拟环境,并在虚拟环境中安装依赖项。
# Go to repo
cd < path>
# Create virtual environment ...
python -m venv .venv
# ... and activate it
source .venv/bin/activate
# Upgrade to the latest versions of pip and wheel
pip install -U pip wheel
pip install -r requirements.txt
然后使用以下命令安装quant:
pip install flit
fli
评论0
最新资源