Skip to main content

Fork version of DyNet: DyNet38 shares wheels of DyNet for Python 3.8+

Project description

DyNet


Build Status (Travis CI) Build Status (AppVeyor) Build Status (Docs) PyPI version

The Dynamic Neural Network Toolkit

General

DyNet is a neural network library developed by Carnegie Mellon University and many others. It is written in C++ (with bindings in Python) and is designed to be efficient when run on either CPU or GPU, and to work well with networks that have dynamic structures that change for every training instance. For example, these kinds of networks are particularly important in natural language processing tasks, and DyNet has been used to build state-of-the-art systems for syntactic parsing, machine translation, morphological inflection, and many other application areas.

Read the documentation to get started, and feel free to contact the dynet-users group group with any questions (if you want to receive email make sure to select "all email" when you sign up). We greatly appreciate any bug reports and contributions, which can be made by filing an issue or making a pull request through the github page.

You can also read more technical details in our technical report.

Getting started

You can find tutorials about using DyNet here (C++) and here (python), and here (EMNLP 2016 tutorial).

One aspect that sets DyNet apart from other tookits is the auto-batching feature. See the documentation about batching.

The example folder contains a variety of examples in C++ and python.

Installation

DyNet relies on a number of external programs/libraries including CMake and Eigen. CMake can be installed from standard repositories.

For example on Ubuntu Linux:

sudo apt-get install build-essential cmake

Or on macOS, first make sure the Apple Command Line Tools are installed, then get CMake, and Mercurial with either homebrew or macports:

xcode-select --install
brew install cmake  # Using homebrew.
sudo port install cmake # Using macports.

On Windows, see documentation.

To compile DyNet you also need a specific version of the Eigen library. If you use any of the released versions, you may get assertion failures or compile errors. You can get it easily using the following command:

mkdir eigen
cd eigen
wget https://github.com/clab/dynet/releases/download/2.1/eigen-b2e267dc99d4.zip
unzip eigen-b2e267dc99d4.zip

C++ installation

You can install dynet for C++ with the following commands

# Clone the github repository
git clone https://github.com/clab/dynet.git
cd dynet
mkdir build
cd build
# Run CMake
# -DENABLE_BOOST=ON in combination with -DENABLE_CPP_EXAMPLES=ON also
# compiles the multiprocessing c++ examples
cmake .. -DEIGEN3_INCLUDE_DIR=/path/to/eigen -DENABLE_CPP_EXAMPLES=ON
# Compile using 2 processes
make -j 2
# Test with an example
./examples/xor

For more details refer to the documentation

Python installation

You can install DyNet for python by using the following command

pip install git+https://github.com/clab/dynet#egg=dynet

For more details refer to the documentation

Citing

If you use DyNet for research, please cite this report as follows:

@article{dynet,
  title={DyNet: The Dynamic Neural Network Toolkit},
  author={Graham Neubig and Chris Dyer and Yoav Goldberg and Austin Matthews and Waleed Ammar and Antonios Anastasopoulos and Miguel Ballesteros and David Chiang and Daniel Clothiaux and Trevor Cohn and Kevin Duh and Manaal Faruqui and Cynthia Gan and Dan Garrette and Yangfeng Ji and Lingpeng Kong and Adhiguna Kuncoro and Gaurav Kumar and Chaitanya Malaviya and Paul Michel and Yusuke Oda and Matthew Richardson and Naomi Saphra and Swabha Swayamdipta and Pengcheng Yin},
  journal={arXiv preprint arXiv:1701.03980},
  year={2017}
}

Contributing

We welcome any contribution to DyNet! You can find the contributing guidelines here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

dyNET38-2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

dyNET38-2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

dyNET38-2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

dyNET38-2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (2.9 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

dyNET38-2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

dyNET38-2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

dyNET38-2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.2 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ x86-64

dyNET38-2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl (3.0 MB view details)

Uploaded PyPy manylinux: glibc 2.17+ i686

dyNET38-2.2-cp312-cp312-musllinux_1_2_aarch64.whl (7.0 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.2+ ARM64

dyNET38-2.2-cp312-cp312-musllinux_1_1_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp312-cp312-musllinux_1_1_i686.whl (6.7 MB view details)

Uploaded CPython 3.12 musllinux: musl 1.1+ i686

dyNET38-2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (6.2 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

dyNET38-2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.3 MB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

dyNET38-2.2-cp312-cp312-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.12 macOS 11.0+ ARM64

dyNET38-2.2-cp311-cp311-musllinux_1_2_aarch64.whl (7.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.2+ ARM64

dyNET38-2.2-cp311-cp311-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp311-cp311-musllinux_1_1_i686.whl (7.1 MB view details)

Uploaded CPython 3.11 musllinux: musl 1.1+ i686

dyNET38-2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (6.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

dyNET38-2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.5 MB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

dyNET38-2.2-cp311-cp311-macosx_11_0_arm64.whl (3.0 MB view details)

Uploaded CPython 3.11 macOS 11.0+ ARM64

dyNET38-2.2-cp311-cp311-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.11 macOS 10.9+ x86-64

dyNET38-2.2-cp310-cp310-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.2+ ARM64

dyNET38-2.2-cp310-cp310-musllinux_1_1_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp310-cp310-musllinux_1_1_i686.whl (6.8 MB view details)

Uploaded CPython 3.10 musllinux: musl 1.1+ i686

dyNET38-2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (6.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

dyNET38-2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

dyNET38-2.2-cp310-cp310-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.10 macOS 11.0+ ARM64

dyNET38-2.2-cp310-cp310-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.10 macOS 10.9+ x86-64

dyNET38-2.2-cp39-cp39-musllinux_1_2_aarch64.whl (6.9 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.2+ ARM64

dyNET38-2.2-cp39-cp39-musllinux_1_1_x86_64.whl (7.2 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp39-cp39-musllinux_1_1_i686.whl (6.8 MB view details)

Uploaded CPython 3.9 musllinux: musl 1.1+ i686

dyNET38-2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

dyNET38-2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (6.2 MB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

dyNET38-2.2-cp39-cp39-macosx_11_0_arm64.whl (2.9 MB view details)

Uploaded CPython 3.9 macOS 11.0+ ARM64

dyNET38-2.2-cp39-cp39-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.9 macOS 10.9+ x86-64

dyNET38-2.2-cp38-cp38-musllinux_1_1_x86_64.whl (7.5 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp38-cp38-musllinux_1_1_i686.whl (7.0 MB view details)

Uploaded CPython 3.8 musllinux: musl 1.1+ i686

dyNET38-2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.7 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl (6.2 MB view details)

Uploaded CPython 3.8 manylinux: glibc 2.17+ i686

dyNET38-2.2-cp38-cp38-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.8 macOS 10.9+ x86-64

dyNET38-2.2-cp37-cp37m-musllinux_1_1_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp37-cp37m-musllinux_1_1_i686.whl (6.5 MB view details)

Uploaded CPython 3.7m musllinux: musl 1.1+ i686

dyNET38-2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.7m manylinux: glibc 2.17+ i686

dyNET38-2.2-cp37-cp37m-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.7m macOS 10.9+ x86-64

dyNET38-2.2-cp36-cp36m-musllinux_1_1_x86_64.whl (7.0 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ x86-64

dyNET38-2.2-cp36-cp36m-musllinux_1_1_i686.whl (6.5 MB view details)

Uploaded CPython 3.6m musllinux: musl 1.1+ i686

dyNET38-2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (6.4 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ x86-64

dyNET38-2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl (5.9 MB view details)

Uploaded CPython 3.6m manylinux: glibc 2.17+ i686

dyNET38-2.2-cp36-cp36m-macosx_10_9_x86_64.whl (3.4 MB view details)

Uploaded CPython 3.6m macOS 10.9+ x86-64

File details

Details for the file dyNET38-2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f5781f8ec8eb82c8b4051ad41234ded1c5307c052deefc8c21d458487413b718
MD5 851fe30bea979f08df471a8a5ff593b2
BLAKE2b-256 b8aa553bdacea150e76cdaba4f3e44061afd20ed78d6a7e5cd219bcd6dcacb01

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 8b190ce0d4dd8819ddb263201508d703cea4ad46cedac33009be2e7a0db1cd77
MD5 0c101a8636581f393f9b10524eea3066
BLAKE2b-256 7f7c34afc25d76e9213dcb6c9009f6686c5a5394665bbf8eb60aef55c102058f

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 898969621683938f8731090d4fd958b87ead594740f338cc95d393475c45f3f5
MD5 56f7f2389f354e723e67d1952721c9e1
BLAKE2b-256 2e3f95d7250f8015cfdea945727f6ef5cb0dae722cde7bb246f699a4f46a0b96

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b07e7e9bc42683884769040ca445e6143c095e2117a1a3939f04db6b02fb081c
MD5 f90242e663acdd6a1318de33aa7c8c01
BLAKE2b-256 b967163397dc8d8cea8a827cd2e83cb0893f2319f522ff6840712f0cc6d409c7

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f11e88b1d42a2e39854c837c7499898b7ddee4cac5b700c3e6140e0b5d207f7c
MD5 ea1297c62370c40fdf76a85c097a93d3
BLAKE2b-256 5aaec8903ec19bac413d4cc71f9b5c1a8a62d31282114863b0e15c74e9766d93

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 ae702811cf2f6a8a960a5db3af1d022f1f1b02a74c2fdda61709700b1d080fea
MD5 864f489910976d3c443509b77e7e76f2
BLAKE2b-256 702920ae83234c8fe30de814aec358fb645239ea046ee7479f0a0ed1c0dbfeff

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6a59a85a12d53bb4421f4b2b4df7869a197e39fd5463e3ce3c25a07caf9b7702
MD5 cacad7e71fe9d69695d0aabf308fba30
BLAKE2b-256 bdb0e63531b729be62f992a16260b9c4bea9b4783a2da59b7f2719e21832e15a

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a484e4f02bd1784f78ddd2216f1488be98589e39d3e7bc7e3f30f0fa84217cf5
MD5 7889a28f07e4c93fe82f8f397394c7df
BLAKE2b-256 880117a84d64604d6ea88c83c8a4b8c915f89421fde59ff3fe2df03171ed1019

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 74d82985200bb8a557cbafc0865e16160bb34682b70608473b5cd88e56bd72ba
MD5 b9bc99aa2683a578c5e5df952d12f5a5
BLAKE2b-256 202e25a78ba8dd9bc045811f78d656aba145900e1393bae1bfc1c6f93dbabb76

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 573d6d2cccdfee6f93ca4a3a2e4bc12f0e76c75b91d1eeb420546bec28c0b4b0
MD5 5d4d4a4e4251fd45a3f6541e3b3c1118
BLAKE2b-256 821bd83607f75f5a71d891f2408bdca31eaa166fb43dda2f792625f75bb0d275

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cd7c30a32805ebed012746603bd3b3a1194b13aa0efc828d4e0035e20e8d5ee0
MD5 6ac71f23ab2396c4578e9aeff1da8555
BLAKE2b-256 add50617734c5b4fe09d15f548f43a0d12da9dcd276e0c740f380270f57b2889

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8693bf8e98fdddfa116fa1e213f1c471be772e1b9e006ad5278a2b2a8f7b4d70
MD5 bd1134a4feecb9804a157251c4e82991
BLAKE2b-256 94dada6f1e5bcda0cfbadcb1fd1ef8c7435e36b7cc36e57368decb80ac54531f

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 60a84845b0043c6cbd4db6f364a97b282fdb0953461ae9ee9e17a6e8433de7bb
MD5 1820f8cba1ff2f52f502b98684b0bf0c
BLAKE2b-256 851433e2beb5be4c1298c339c1b1146dca149b09cd047dd0a6eb68957f3c465a

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54be808a97fd3cc36476f0d5a932f021739a5c28989f6e217320655c13467978
MD5 904dfa6ecb3b09cc82e7014bc1f9ce33
BLAKE2b-256 0f4bbbc70a71ce666e204f1086e315df6e9094dd6acbc17f55fa6d467e26fce2

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 5e6a644c0ffc68083d85b67aaa639abe82812f384962ec074749bd68bcd3d9e3
MD5 0d50f4d6e29806d57d2efaee9957d0c3
BLAKE2b-256 f7ab9b90acd5b77c7ea64dcf7c258b9fa20e8229a00cefbe41b855d805c67384

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5975e52b4f7a933321af61647b98ae1e1dead156b15e05f139c7b71356e27e96
MD5 202b20f98d8d7f9fed1049d78f3a9253
BLAKE2b-256 4e491b30c6d908ac16a13bde7ee809dd03f297718e641d55fc995f1cce9c99d5

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 bb54f56deae8160b7984ade15d377ac655576ea98959b8e10f937ace2d108617
MD5 2d07454f6ade28fa06ffd1f6dbb8cfdd
BLAKE2b-256 476fc252d1c450d173e0acca83a9f4edbfa2921ea133f349410fb87ff9c146b8

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 81c8bd50e7bf9a9a8749d5e3876fc95fb8072a00ec98bf00e7346de59f9d24d8
MD5 b95264c0ea92a3444b263536612aebe4
BLAKE2b-256 76da73dd8148bfb041bad86dfba2349c5dca0a588bbba4dd9b7f8af8c1558dfd

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8963383d935e802941c8f9d778403798452e172150c3b4b5dee288d50b62ecc8
MD5 e6cec5d270d64304097f858c65922318
BLAKE2b-256 fdc346f879632262817aced0889c15c694d327173b3f75467994201d9ddc1f38

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 1fdbb82e2f704e2b174b0567539553fda79424583be10e61e7c8e2c022afe9c0
MD5 676884641ad228361f239d0c2df3e3ab
BLAKE2b-256 433c4297be1b6b4e8c3534c88a49f4122edeac31be61206af0c87e1f6586d51e

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 313799701f7e44cbfaff98a88f1373beef9be57aa340e7e986238673de7d9173
MD5 847045c9599204e521c667f7d42cf785
BLAKE2b-256 8b340cb9c8e3602ef3544c61e2b123e12d37f1b1ebed98d39b82aa627737bb6a

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9a6b74b7e3e9e2f4cc253d25e35a46a1f0b8603a22d4c15ca2238e46401e1407
MD5 84a5f8eecb3fc4b3d5af62759c5bfbdb
BLAKE2b-256 ee5a422aa4e06e81187be9f61d737a249edaac2e0d417ba7d1e2fab0cf107485

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 3f5ed1499c8e379fb6281d7d00169cb57c088846e71e66e4462ab355521b6148
MD5 54e9f01e8277fdcdfb0b2c635b856fb3
BLAKE2b-256 21930c08e87f2616b40cce781f8654de5ed872fbe8c6a623dbfb794864756977

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 2f6f45a59386f37347c4879bd4945a1e0dc986266571cf1d69d52c2524985027
MD5 bfe0340744640ec1a206d7fbd8b52b30
BLAKE2b-256 0ef1ec449376424e26404c6360ba2dae60bad08b6b462f42339905f288c0da7c

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 5dd310261c2b9789d70fee90fa715a421cfde7741cb182db0876c28a9dc02d4a
MD5 ba03106173ef49e1b51b93a6efcb2004
BLAKE2b-256 825aa83bb8c0ba41d8149d924d3849f0a27c9e925a287ab843151d1cb3575d26

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 724da5e92b28729ecccd3bd48bf5e45ebefd5cd8df3774c9fe11cb316723bb85
MD5 86d2ab66c97b89addfa07ef565e2ad74
BLAKE2b-256 896cd25e9be5754d5e39af025a27ed8b7c05da20a5d8eb0200df46112ecfb002

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b25c9330f3c8dcef5616a483c760b16e0a17b0074533346f9b4912d8d1786d72
MD5 b5355b9476c0830e6bcfa2bb084cd0a0
BLAKE2b-256 39adfd604e798a74a1603f662a7dccc050df38e6cc72763fb414c69be81886b0

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 881c22aab9a9ba73379c96669ab6a89ea5acfdc3b888c848fb3b90d7c1f9125a
MD5 f0c69ff424677eec1d0dcc7aedd21779
BLAKE2b-256 90287ecdc17e3ef6a001d98d4180698bf139768581efd8eb27cf33dca7359f50

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0ee03b8dce34ce1a0ccab0a224b927e7564b821448355294e9fde3dfc7d6ea60
MD5 4350a37d4fdff711766fae90235cd7e8
BLAKE2b-256 241f153d0269254be3e00ff03be8ef1788ab933ff1d0e66761cf68cf2a31e7df

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3aea9200abbd6a03e447133b9f96873c213b12040e27500d1060cff9ccfa0827
MD5 ed8b3b9fcaba2ca0a9f2357b2b6f2beb
BLAKE2b-256 93487bf80396a5cc61475924d108ca4204c8df4f94ae7837a18361128018b85a

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a761e240fa29e09f16c22929ac5fcdaf61c36eb3bde9f25d82f24bfeaf9ce0ac
MD5 e0d8cacc89e727bf1efb7d52f3285eb9
BLAKE2b-256 9b268a0c27713cdb4777eebf542a0ea527107a40c5896701d81466170589381e

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 b8b44daf9b48c4c407e539a8228059f1fa218cf7669d6ee3300aff3ca1b8532c
MD5 841a468a2d46a80546891ee260ba87df
BLAKE2b-256 92031905dd88ef58e023868414154d019dc431ebc624f752f6e8c80a8add8e21

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 1536cf3231da82f474859c0514a65d63b1f4d42315d387702378e00c6272c26a
MD5 0873137c55ebd34d6b27010aad4e5fae
BLAKE2b-256 b7b8706b14f38e55011c67fad5a0b2556cbd90aa77dc3d03b07f936615aff641

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 0136fa50b3ece2c67836ebc2acc097f2de2b2b952a78c0892dc9a817ebfbfc07
MD5 cac5d58dd6d4634a5e787c0f06b960dd
BLAKE2b-256 69fee8ec280736f45e5f185f075f16acf0106c7515ecdf7c67108cc8adcc2220

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 510e9b0be2480e4af42c033e74988e536f94b0d7ec43339fc530c105c08fdca3
MD5 fcb6302d132506914728a4002a1d4518
BLAKE2b-256 004e92ba5cb7b2dd341e99846832accab461821d08c91a9eeafc18192ad1b52b

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 2018370e5d6639e6502416bb05a6f590a08d133d777f59469bdee2a9083f03b0
MD5 7291f70886b315dacc016024224ae38e
BLAKE2b-256 da0dc7ae6e7af36e10947f6edb0732a0f03d97a0c30f2d3dc1e1ff9e191c988e

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 4e2d61a5d243f4ea607ed7866fa0ae5123ada0a3ce60323a99f984329df16ba2
MD5 9d76517730177992050d597a2107bfa1
BLAKE2b-256 92872de645f5436979cdbb0e594db04476bc9931e6f429f8a24154ad410863ef

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ff6fae7c435373db90947c705e03b6d69fadb63555e1a5b2994e9b5eb239f99
MD5 fc8739e60008040c776be9224b41f412
BLAKE2b-256 c9eeffeb6e055aa48dad8e8d70a96e62f0bb95ce68e20f1475575afecdeb7156

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp39-cp39-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp39-cp39-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 a15ce6721f88d6251f47eb4128b2064f57731dbe232ab65bd0b532f734e20274
MD5 9c2ccaf3145e8333e8c2ac2899c580eb
BLAKE2b-256 27b49008c37e3db67bda84c0fe5cecca5af79ddf953644581c2427839fd990e1

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp38-cp38-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp38-cp38-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 730c3901ce0d1a2c521485cfc2b36e3883d2d57ff29477766465bdda6c166af4
MD5 6d696318adc3ec240b2a415a0c129b3d
BLAKE2b-256 4f936e350451af52375f32a5b260453c8bd6a5a9fa19af23522cf15fb1a1a0fd

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp38-cp38-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp38-cp38-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 df93f6beb900b3156b86a1b85ca84e6efccb9c944402ca12e2c41c18638b8fd0
MD5 25d961b598f4e5763fe5ce5f7bd870d8
BLAKE2b-256 045da94538d959f5a991d061b15c0f448d9d22d4ade1a509960e55d127180a33

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ecc9d90c4dc06e8d12d5b853867bd8d7aa1380ad5d95ac1910b4c85e236c4468
MD5 7e0a5141415c41991b993dc4a78a0735
BLAKE2b-256 68e7580ed61bb4419abd43e49325fedd498fa80eca698b7b3cfb15176ea5ca51

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 b5e5bd46f73ff94f628f5e71dcf9aaaf69175c1542e591495b105cf2de990a5f
MD5 33aa4f7c13c552bffa2d970a07b06823
BLAKE2b-256 5535280ae2dff742eae2b6737852fac85d40145c744cb91fb4e265d76649774a

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp38-cp38-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp38-cp38-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7a6ab4a9849d3fbd958778a49bd2c77c3ce90b4e5e69e159450384f37a352b30
MD5 27e120f65b9ab35a30f4d47ad081bb7d
BLAKE2b-256 7709183dd9a7ae64d0d41a00ff7f87288109a7125e6397fe73caac064d15b1fa

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp37-cp37m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp37-cp37m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 80210886643ba0065bd84b12470d06a4f3b5be9f4b3ad200081ab8a17e5a4d38
MD5 f9ad5ed0f5bb687e7e929c98ec7f9ca2
BLAKE2b-256 036db1505d4044a684a707b3693e39b22cd7546a5d2713c6dbf7f06c150a7149

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp37-cp37m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp37-cp37m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 15618a7dc2771df5006e6dc81eb47f89981153730991c7a60f468f1519ed2f59
MD5 86352f56992b4c21c925a6d04463d18d
BLAKE2b-256 a72a884d64899dccff503229354fda2e3911ec41802c3984ac1c4037d19b98b6

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0f85e6c5432af920fd7cf60e310526b5b88962e8a508a147b4a65d447004fe7e
MD5 a033a5cac57cccd08c92b242a948e806
BLAKE2b-256 01b59015a6e9aa08fb66f5a84e0d73c599ab1477d16855c48f5c06e8248bd81a

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e0519c17abd5ce05957d92121ba0ee9f3bc3bdf21489451966a6e93380b635ee
MD5 28bd86fd9388b05a1161515a32410b50
BLAKE2b-256 3e1750d3fd2680aeb536ee94c1296c69e966b4762be793a663c0203e45ed0b0b

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp37-cp37m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp37-cp37m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 373041d942f8f769bb12fdcd16c7deb8ca739281d9889eb2ebe8a53b59292c1c
MD5 98a0d994e57c4ae87bbf4066641b5c5e
BLAKE2b-256 c68715a9327c4a94750b729b406b4bbdf8e510681cfd445471977b0af65ca133

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp36-cp36m-musllinux_1_1_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp36-cp36m-musllinux_1_1_x86_64.whl
Algorithm Hash digest
SHA256 cfedb23174f61f3926da771ae1404011a363989a52292fdeeb836c57e289bb02
MD5 857826458ad1d9e3e8f4293344df3b90
BLAKE2b-256 39fdcd1234067b75ff7384dbf3916850ae69ab89f3a97acb0a60f5a519eafe95

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp36-cp36m-musllinux_1_1_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp36-cp36m-musllinux_1_1_i686.whl
Algorithm Hash digest
SHA256 cfba61a7c89d2e9c5e228b4c463ba2638c5eb6ef8f9f6d3de4c578495dd85dc2
MD5 90ba7cc17943105d08f3a34e2d485d7b
BLAKE2b-256 49fde643ca7932b66493656550d1ba0dec72a7b4f515ebc4f5ac4aa502828b75

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9a0122bc06a9b5cc4e2c8a19909f8919b19491b746c568406332fe01c8d839fd
MD5 44a4ab3d097ce3160b6c4d08240bb7d9
BLAKE2b-256 20a6a8b9dbc0b231b961b54db42bb4ed8e347f61c6c59457a5606a6cf47982bf

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 d08347505c3c876615debc2c893adb856afc419798a5f3ffa2ac38ece49c1895
MD5 c9a3ceb4d5c3440a403c5d35806f0dfc
BLAKE2b-256 7e3ca9a0b774941662860ae2dbb3cd6b0a3eff6fcc66c72c8c10f8a7b5980a51

See more details on using hashes here.

File details

Details for the file dyNET38-2.2-cp36-cp36m-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for dyNET38-2.2-cp36-cp36m-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 bfefb8ee69def753b5bc332f23523d930598ca1ad6e19ba5cbce791de2b4ec80
MD5 7d46e1be83429ae24ec7a31fa15ff37f
BLAKE2b-256 c26e5c9cdf8fbd99c9d14f77216fa55d34e0ee29c28d6e82fe18bf35447d4e27

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page