Skip to main content

Reproducible Deep Learning tools and examples

Project description

dtoolAI is a library for supporting reproducible deep learning.

Installation

dtoolAI requires Python version 3. It can be installed through pip:

pip install dtoolai

You can also download this repository and install through:

python setup.py install

dtoolAI requires Pytorch - installing this under Windows can be trickier, see the Pytorch getting started guide for details.

Documentation

Tests

Running the tests requires pytest.

To run the faster tests in the test suite, use:

pytest tests/ -m "not slow"

The test suite also includes full end-to-end tests that create datasets, train models and evaluate them on those datasets. These are much slower, to run them use:

pytest tests/

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

dtoolai-0.1.1.tar.gz (7.6 kB view hashes)

Uploaded Source

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