Skip to main content

CraftDL is a library for quickly solving simple & common deep learning tasks

Project description

CraftDL

Requirements

You will need Python >= 3.9 and some recent version of pip (e.g. pip >= 20.0) to use this library.

Installation

You can install CraftDL using the pip package manager:

pip install craftdl

Matplotlib backend for plotting

The plotting facilities of CraftDL are built on top of matplotlib. Therefore you need an appropriate matplotlib backend. If you encounter weird matplotlib errors when trying to call a plotting function, you most probably don't have the appropriate backend installed on selected.

Usually you want to use the TkAgg backend. You can use it like this:

import matplotlib
matplotlib.use("TkAgg")

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

craftdl-0.1.0.tar.gz (9.3 kB view hashes)

Uploaded Source

Built Distribution

craftdl-0.1.0-py3-none-any.whl (8.3 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