Skip to main content

Large-Scale Machine and Deep Learning in PyTorch.

Project description

BxTorch

BxTorch is a high-level library for large-scale machine learning in PyTorch. It is engineered both to cut obsolete boilerplate code while preserving the flexibility of PyTorch to create just about any deep learning model.

Installation

BxTorch is available on PyPi, so simply run the following command:

pip install bxtorch

The latest version of BxTorch is 1.0.0. The package will install all required dependencies.

Features

Generally, BxTorch provides an object-oriented approach to abstracting PyTorch's API. The core design objective is to provide an API both as simple and as extensible as possible. The goal of this library is to be able to iterate between different models easily instead of squeezing out milliseconds where it is not required.

Still, being focused on large-scale machine learning, BxTorch aims to make it as easy as possible working with large datasets. This includes out-of-the-box multi-GPU support where the user does not need to write a single line of code. Currently, BxTorch only provides means for running training/inference on a single machine. In case this is insufficient, you might be better off using PyTorch's distributed package directly.

It must be emphasized that BxTorch is not meant to be a wrapper for PyTorch as Keras is for TensorFlow - it only provides extensions.

Documentation

Examples of the usage of BxTorch can be found in the docs folder. Method documentation is currently only available as docstrings.

License

BxTorch is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

BxTorch-0.5.0.tar.gz (33.4 kB view hashes)

Uploaded Source

Built Distribution

BxTorch-0.5.0-py3-none-any.whl (51.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page