Neuropod Versions Save

A uniform interface to run deep learning models from multiple frameworks

v0.3.0-rc7

1 year ago

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.3.0-rc6

2 years ago

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.3.0-rc5

2 years ago

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.3.0-rc4

2 years ago

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.3.0-rc3

2 years ago

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.3.0-rc2

2 years ago

(More details coming soon)

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.3.0-rc1

3 years ago

(More details coming soon)

For installation instructions, see https://neuropod.ai/docs/master/installing/

v0.2.0

3 years ago

The first public release of Neuropod!

See the docs at https://neuropod.ai for more detail and https://neuropod.ai/installing/ for installation instructions.

Supported Frameworks / Backends

  • TensorFlow: 1.12.0, 1.13.1, 1.14.0, 1.15.0
  • TorchScript: 1.1.0, 1.2.0, 1.3.0, 1.4.0, 1.5.0
  • Python: 2.7, 3.5, 3.6, 3.7, 3.8

on the following platforms: macOS, Linux (CPU), Linux (GPU)

Note that the Python backend can be used to run PyTorch models as well (i.e. models that have not yet been converted to TorchScript)

(See the release notes for v0.2.0-rc2 for changes from previous versions)

v0.2.0-rc2

3 years ago

Major Changes

Everything included in v0.2.0rc1 +

  • Read/write string accessors
  • Improvements to docs
  • Support for Torch 1.5.0
  • Support for Python 3.8
  • Remove TestNeuropodBackend and replace TestNeuropodTensor with GenericNeuropodTensor

v0.2.0-rc1

4 years ago

Major Changes

Everything included in v0.2.0rc0 +

  • Support for four versions of python (2.7, 3.5, 3.6, and 3.7)