New port: misc/py-tflearn: Modular and transparent deep learning library on top of TensorFlow

This commit is contained in:
Yuri Victorovich 2019-11-23 20:27:28 +00:00
parent 526bffc5ef
commit 34457d3983
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=518271
4 changed files with 36 additions and 0 deletions

View File

@ -410,6 +410,7 @@
SUBDIR += py-spdx
SUBDIR += py-spdx-lookup
SUBDIR += py-spdx-tools
SUBDIR += py-tflearn
SUBDIR += py-toil
SUBDIR += py-tqdm
SUBDIR += py-yolk

26
misc/py-tflearn/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= tflearn
DISTVERSION= 0.3.2-53
DISTVERSIONSUFFIX= -g5c23566
CATEGORIES= misc python # machine-learning
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Modular and transparent deep learning library on top of TensorFlow
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}tensorflow>0:science/py-tensorflow@${PY_FLAVOR}
USES= python:3.6+
USE_GITHUB= yes
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

3
misc/py-tflearn/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1574540151
SHA256 (tflearn-tflearn-0.3.2-53-g5c23566_GH0.tar.gz) = 0c48f347da46cf6321e2e7b48843c9b5c7282e8ffc8e5fe172e23ced3757257b
SIZE (tflearn-tflearn-0.3.2-53-g5c23566_GH0.tar.gz) = 858607

View File

@ -0,0 +1,6 @@
TFlearn is a modular and transparent deep learning library built on top of
Tensorflow. It was designed to provide a higher-level API to TensorFlow in
order to facilitate and speed-up experimentations, while remaining fully
transparent and compatible with it.
WWW: http://tflearn.org/