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
Built Distribution
File details
Details for the file craftdl-0.1.0.tar.gz
.
File metadata
- Download URL: craftdl-0.1.0.tar.gz
- Upload date:
- Size: 9.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
0f07d27dc2e7804c83b290f6a3f49e6436fed813ccc0181c454b8fbe07560f6d
|
|
MD5 |
f3000df5fb74e7f5d0d216e43ee93ffa
|
|
BLAKE2b-256 |
f67c883e18b9ad4a1f79e3d4cd9f0d978c11f26ab0fc96b287d5d450eead6c3f
|
File details
Details for the file craftdl-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: craftdl-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
ac064b615137cf80cd1c2b235165ce8374fb29ce07a2667239e9d28b0efe0db4
|
|
MD5 |
ec88431599340f4dc4ba782d983f945b
|
|
BLAKE2b-256 |
d23235781e02103dd72ee9d80e477b41485f1e4110d1fd74b8491b17b8d0f065
|