sonnet

(★ 9,959)

TensorFlow-based neural network library

File Explorer

  • CONTRIBUTING.md
  • LICENSE
  • MANIFEST.in
  • README.md
  • readthedocs.yml
  • requirements-test.txt
  • requirements-tf.txt
  • requirements.txt
  • setup.py
  • test.sh
  • WORKSPACE

# Installation Guide

python
Prerequisites

Setup Steps

pip install tensorflow tensorflow-probability

Install TensorFlow and related packages.

pip install dm-sonnet

Install the Sonnet library.

Key Commands

pip install tensorflow tensorflow-probability dm-sonnet

Install TensorFlow and Sonnet libraries.

Google Colab can be used to easily test Sonnet in GPU or TPU environments.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Release Timeline

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

pickle

View Details ▼

A PHP extension installer based on Composer.

pickle install {{extension_name}}

Install a specific PHP extension:

pickle convert {{path/to/directory}}

Convert an existing PECL extension configuration to a Pickle configuration file:

pickle validate {{path/to/directory}}

Validate a PECL extension:

🔍

pip install

View Details ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

// repository documentation