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
Release history Release notifications | RSS feed
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)