1 Star 0 Fork 1

deepeye/open_clip

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
lopho 提交于 2022-11-17 18:32 . Parallelize CI tests (#228)
install: ## [Local development] Upgrade pip, install requirements, install package.
python -m pip install -U pip
python -m pip install -e .
install-training:
python -m pip install -r requirements-training.txt
install-test: ## [Local development] Install test requirements
python -m pip install -r requirements-test.txt
test: ## [Local development] Run unit tests
python -m pytest -x -s -v tests
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/deepeye/open_clip.git
git@gitee.com:deepeye/open_clip.git
deepeye
open_clip
open_clip
main

搜索帮助