Keras training management utilities.
Project description
Keras Utilities (Kuti)
The project contains utilities for image assessment development with Keras/Tensorflow, including utilities for model training, custom generators, image management and augmentation. This is a poetry package for ku.
Overview
Some of the key components of each file:
model_helper.py
:
ModelHelper
: Wrapper class that simplifies default usage of Keras for regression models.
generators.py
:
DataGeneratorDisk
,DataGeneratorHDF5
: Keras generators for on-disk images, and HDF5 stored features/images
image_utils.py
:
- various utility functions for manipulating images (read, write to HDF5, batch resize, view batch)
image_augmenter.py
:
ImageAugmenter
: Create custom image augmentation functions for training Keras models.
generic.py
:
H5Helper
: Manage named data sets in HDF5 files, for us in Keras generators.ShortNameBuilder
: Utility for building short (file) names that contain multiple parameters.
applications.py
:
model_inception_multigap
,model_inceptionresnet_multigap
: Model definitions for extracting MLSP narrow featuresmodel_inception_pooled
,model_inceptionresnet_pooled
: Model definitions for extracting MLSP wide features
You can find more information in the docstrings.
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
kuti-0.2.0.tar.gz
(32.7 kB
view details)
Built Distribution
kuti-0.2.0-py3-none-any.whl
(35.5 kB
view details)
File details
Details for the file kuti-0.2.0.tar.gz
.
File metadata
- Download URL: kuti-0.2.0.tar.gz
- Upload date:
- Size: 32.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.6 Linux/4.15.0-108-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6aa49757fb3bd7a32c1489e176841c0e1327ef580c41b62fb35cacac94e46ef |
|
MD5 | 3a889fd5cbec1f4128cb5acb7deaf45e |
|
BLAKE2b-256 | 471752ff7a727491f678002df1fef2f357d0bfa2eef42b6307799de22e3289a4 |
File details
Details for the file kuti-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: kuti-0.2.0-py3-none-any.whl
- Upload date:
- Size: 35.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.6 Linux/4.15.0-108-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 657ed54b5aa9c55a5a6459d64cc71982ace456101e64af690ef757f61667437e |
|
MD5 | 6072743add9416f4990845ceefc95887 |
|
BLAKE2b-256 | a89c99422401f6b531d1b932890f9c7e385231c1d6512be333c0e370f7a1b8e8 |