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:
parent
3cb18ec9cc
commit
0c2261aaff
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492493
@ -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
|
||||
|
24
math/py-keras-preprocessing/Makefile
Normal file
24
math/py-keras-preprocessing/Makefile
Normal 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>
|
3
math/py-keras-preprocessing/distinfo
Normal file
3
math/py-keras-preprocessing/distinfo
Normal 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
|
5
math/py-keras-preprocessing/pkg-descr
Normal file
5
math/py-keras-preprocessing/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user