R>> zoo>> 返回
项目作者: larq

项目描述 :
Reference implementations of popular Binarized Neural Networks
高级语言: Python
项目地址: git://github.com/larq/zoo.git
创建时间: 2019-05-02T17:02:08Z
项目社区:https://github.com/larq/zoo

开源协议:Apache License 2.0

下载


Larq Zoo

GitHub Actions Codecov PyPI - Python Version PyPI PyPI - License Code style: black

For more information, see larq.dev/zoo.

Larq Zoo is part of a family of libraries for BNN development; you can also check out Larq for building and training BNNs and Larq Compute Engine for deployment on mobile and edge devices.

Requirements

Before installing Larq Zoo, please install:

  • Python version 3.8, 3.9, or 3.10
  • Tensorflow version 2.4 up to 2.12 (latest at time of writing).

Installation

You can install Larq Zoo with Python’s pip package manager:

  1. pip install larq-zoo

About

Larq Zoo is being developed by a team of deep learning researchers and engineers at Plumerai to help accelerate both our own research and the general adoption of Binarized Neural Networks.