From 3cb18ec9cc827a5b16f57c7aa4ef119702b45389 Mon Sep 17 00:00:00 2001 From: Ruslan Makhmatkhanov Date: Sat, 9 Feb 2019 11:53:43 +0000 Subject: [PATCH] This is a Keras Applications module of the Keras deep learning library. It provides model definitions and pre-trained weights for a number of popular archictures, such as VGG16, ResNet50, Xception, MobileNet, and more. WWW: https://github.com/keras-team/keras-applications --- math/Makefile | 1 + math/py-keras-applications/Makefile | 24 ++++++++++++++++++++++++ math/py-keras-applications/distinfo | 3 +++ math/py-keras-applications/pkg-descr | 5 +++++ 4 files changed, 33 insertions(+) create mode 100644 math/py-keras-applications/Makefile create mode 100644 math/py-keras-applications/distinfo create mode 100644 math/py-keras-applications/pkg-descr diff --git a/math/Makefile b/math/Makefile index f217bbe2c7d0..aa048025456e 100644 --- a/math/Makefile +++ b/math/Makefile @@ -719,6 +719,7 @@ SUBDIR += py-igraph SUBDIR += py-intspan SUBDIR += py-keras + SUBDIR += py-keras-applications SUBDIR += py-levmar SUBDIR += py-libpoly SUBDIR += py-luminol diff --git a/math/py-keras-applications/Makefile b/math/py-keras-applications/Makefile new file mode 100644 index 000000000000..695c85196610 --- /dev/null +++ b/math/py-keras-applications/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= keras-applications +DISTVERSION= 1.0.7 +CATEGORIES= math python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= rm@FreeBSD.org +COMMENT= Reference implementations of popular deep learning models + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}h5py>=0:science/py-h5py@${PY_FLAVOR} + +USES= python +USE_GITHUB= yes +GH_ACCOUNT= keras-team +USE_PYTHON= autoplist distutils + +NO_ARCH= yes + +.include diff --git a/math/py-keras-applications/distinfo b/math/py-keras-applications/distinfo new file mode 100644 index 000000000000..575d3af2bb7f --- /dev/null +++ b/math/py-keras-applications/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1549711326 +SHA256 (keras-team-keras-applications-1.0.7_GH0.tar.gz) = 8580a885c8abe4bf8429cb0e551f23e79b14eda73d99138cfa1d355968dd4b0a +SIZE (keras-team-keras-applications-1.0.7_GH0.tar.gz) = 289570 diff --git a/math/py-keras-applications/pkg-descr b/math/py-keras-applications/pkg-descr new file mode 100644 index 000000000000..52c317526573 --- /dev/null +++ b/math/py-keras-applications/pkg-descr @@ -0,0 +1,5 @@ +This is a Keras Applications module of the Keras deep learning library. +It provides model definitions and pre-trained weights for a number of popular +archictures, such as VGG16, ResNet50, Xception, MobileNet, and more. + +WWW: https://github.com/keras-team/keras-applications