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
This commit is contained in:
Ruslan Makhmatkhanov 2019-02-09 11:53:43 +00:00
parent 523ce2b8f0
commit 3cb18ec9cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492492
4 changed files with 33 additions and 0 deletions

View File

@ -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

View File

@ -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 <bsd.port.mk>

View File

@ -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

View File

@ -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