2d87abbd3c
Keras Applications is the 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.
19 lines
591 B
Makefile
19 lines
591 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/01 16:38:15 minskim Exp $
|
|
|
|
DISTNAME= Keras_Applications-1.0.8
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=K/Keras_Applications/}
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= https://github.com/keras-team/keras-applications
|
|
COMMENT= Reference implementations of popular deep learning models
|
|
LICENSE= mit
|
|
|
|
DEPENDS+= ${PYPKGPREFIX}-h5py-[0-9]*:../../devel/py-h5py
|
|
DEPENDS+= ${PYPKGPREFIX}-numpy>=1.9.1:../../math/py-numpy
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|