Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: clab/dynet

2.1.2

21 Oct 13:39
@neubig neubig
b564545
This commit was signed with the committer’s verified signature.
danielhers Daniel Hershcovich
GPG key ID: C1BD97C87CCE22EB
Verified
Learn about vigilant mode.

Choose a tag to compare

Pandoc was causing the pypi wheel to fail to compile, this release fixes that issue.

Assets 2
Loading

DyNet v. 2.1.1

20 Oct 11:12
@neubig neubig
7be57e6
This commit was signed with the committer’s verified signature.
danielhers Daniel Hershcovich
GPG key ID: C1BD97C87CCE22EB
Verified
Learn about vigilant mode.

Choose a tag to compare

Some small fixes, including Python 3.8 support.

Loading

Dynet v. 2.1

18 Sep 16:01
@pmichel31415 pmichel31415

Choose a tag to compare

DyNet v. 2.1 incorporates the following changes:

  • Parameters are now implicitly cast Expressions in python. This changes the API slightly as there is no need to call dy.parameter or .expr anymore. #1233
  • Python 3.7 support (pre-built binaries on PyPI) #1450 (thanks @danielhers )
  • Advanced Numpy-like slicing #1363 (thanks @msperber)
  • Argmax and straight-through estimators #1208
  • Updated API doc #1312 (thanks @zhechenyan)
  • Fix segmentation fault in RNNs #1371
  • Many other small fixes and QoL improvements (see the full list of merged PRs since the last release for more details)

Link to the 2.1 documentation: https://dynet.readthedocs.io/en/2.1/

Loading
TrevorKMDay and deepblue1974 reacted with thumbs up emoji jessy3ric reacted with eyes emoji
3 people reacted

DyNet v. 2.0.3

16 Feb 14:51
@neubig neubig
7cb6455
This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
GPG key ID: 4AEE18F83AFDEB23
Expired
Verified
Learn about vigilant mode.

Choose a tag to compare

DyNet v. 2.0.3 incorporates the following changes:

  • On-GPU random number generation (#1059 #1094 #1154)
  • Memory savings through in-place operations (#1103)
  • More efficient inputTensor that doesn't switch memory layout (#1143)
  • More stable sigmoid (#1200)
  • Fix bug in weight decay (#1201)
  • Many other fixes, etc.

Link to the documentation: Dynet v2.0.3

Loading

DyNet v2.0.2

21 Dec 14:56
@neubig neubig

Choose a tag to compare

v 2.0.2 of DyNet includes the following improvements. Thanks to everyone who made them happen!

Done:

Better organized examples: #191
Full multi-device support: #952
Broadcasting standard elementwise operations: #776
Some refactoring: #522
Better profiling: #1088
Fix performance regression on autobatching: #974
Pre-compiled pip binaries
A bunch of other small functionality additions and bug fixes

Loading

DyNet 2.0.1

02 Sep 23:47
@neubig neubig

Choose a tag to compare

DyNet v2.0.1 made the following major improvements:

Simplified training interface: #695
Support for multi-device computation (thanks @xunzhang !): #704
A memory efficient version of LSTMBuilder (thanks @msperber): #729
Scratch memory for better memory efficiency (thanks @zhisbug @Abasyoni !): #692
Work towards pre-compiled pip files (thanks @danielhers !)

Loading

DyNet v2.0

10 Jul 17:09
@neubig neubig

Choose a tag to compare

This release includes a number of new features that are breaking changes with respect to v1.1.

  • DyNet no longer requires boost (thanks @xunzhang)! This means that models are now not saved in Boost format, but instead a format supported natively by DyNet.
  • Other changes to reading and writing include the ability to read/write only parts of models. There have been a number of changes to the reading/writing interface as well, and examples of how to use it can be found in the "examples". (#84)
  • Renaming of "Model" as "ParameterCollection"
  • Removing the dynet::expr namespace in C++ (now expressions are in the dynet:: namespace)
  • Making VanillaLSTMBuilder the default LSTM interface #474

Other new features include

Loading

Version 1.1

28 Jun 21:02
@neubig neubig

Choose a tag to compare

This is the branch before transitioning to version 2.

Loading

First release candidate for v1.0

12 Oct 13:09
@neubig neubig

Choose a tag to compare

This is the first release candidate for DyNet version 1.0.
Compared to the previous cnn, it supports a number of new features:

  • Full GPU support
  • Simple support of mini-batching
  • Better integration with Python bindings
  • Better efficiency
  • Correct implementation of l2 regularization
  • More supported functions
  • And much more!
Loading

AltStyle によって変換されたページ (->オリジナル) /