1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

New port: science/py-chainer: Deep learning framework

This commit is contained in:
Yuri Victorovich 2019-08-08 20:07:04 +00:00
parent d3f552d9f1
commit 48bb80d29b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508402
4 changed files with 41 additions and 0 deletions

View File

@ -232,6 +232,7 @@
SUBDIR += py-ase
SUBDIR += py-avogadrolibs
SUBDIR += py-cdo
SUBDIR += py-chainer
SUBDIR += py-chempy
SUBDIR += py-coards
SUBDIR += py-dlib

View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= chainer
DISTVERSION= 6.2.0
CATEGORIES= science biology
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= yuri@FreeBSD.org
COMMENT= Deep learning framework
LICENSE= MIT
LIB_DEPENDS= libprotobuf.so:devel/protobuf
RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}filelock>0:sysutils/py-filelock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \
${PY_TYPING} \
${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR}
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1565290777
SHA256 (chainer-6.2.0.tar.gz) = 59ffacca815ccad80acca218f111ada6d4507a8f69e3ac3f135f489219c4d86f
SIZE (chainer-6.2.0.tar.gz) = 873060

View File

@ -0,0 +1,11 @@
Chainer is a powerful, flexible and intuitive deep learning framework.
* Chainer supports CUDA computation. It only requires a few lines of code to
leverage a GPU. It also runs on multiple GPUs with little effort.
* Chainer supports various network architectures including feed-forward nets,
convnets, recurrent nets and recursive nets. It also supports per-batch
architectures.
* Forward computation can include any control flow statements of Python without
lacking the ability of backpropagation. It makes code intuitive and easy to
debug.
WWW: https://chainer.org/