1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Keras Preprocessing is the data preprocessing and data augmentation module of

the Keras deep learning library. It provides utilities for working with image
data, text data, and sequence data.

WWW: https://github.com/keras-team/keras-preprocessing
This commit is contained in:
Ruslan Makhmatkhanov 2019-02-09 11:54:12 +00:00
parent 3cb18ec9cc
commit 0c2261aaff
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492493
4 changed files with 33 additions and 0 deletions

View File

@ -720,6 +720,7 @@
SUBDIR += py-intspan
SUBDIR += py-keras
SUBDIR += py-keras-applications
SUBDIR += py-keras-preprocessing
SUBDIR += py-levmar
SUBDIR += py-libpoly
SUBDIR += py-luminol

View File

@ -0,0 +1,24 @@
# $FreeBSD$
PORTNAME= keras-preprocessing
DISTVERSION= 1.0.9
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Easy data preprocessing and data augmentation for DL models
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
USES= python
USE_GITHUB= yes
GH_ACCOUNT= keras-team
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1549711988
SHA256 (keras-team-keras-preprocessing-1.0.9_GH0.tar.gz) = 045a9b3faf4f6d63493cc3ca396659cc0395727b280c988fb9b6c7ff8157f09b
SIZE (keras-team-keras-preprocessing-1.0.9_GH0.tar.gz) = 46476

View File

@ -0,0 +1,5 @@
Keras Preprocessing is the data preprocessing and data augmentation module of
the Keras deep learning library. It provides utilities for working with image
data, text data, and sequence data.
WWW: https://github.com/keras-team/keras-preprocessing