<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nerv, branch beta-1.2</title>
<subtitle>Lua-based toolkit for high-performance deep learning</subtitle>
<id>https://git.tedyin.com/nerv/atom?h=beta-1.2</id>
<link rel='self' href='https://git.tedyin.com/nerv/atom?h=beta-1.2'/>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/'/>
<updated>2016-05-12T09:41:21Z</updated>
<entry>
<title>Merge branch 'master' into 'master'</title>
<updated>2016-05-12T09:41:21Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-12T09:41:21Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=c0fdb7ee2966546023410bb03e62dee0cf64e0e1'/>
<id>urn:sha1:c0fdb7ee2966546023410bb03e62dee0cf64e0e1</id>
<content type='text'>

multiple change

1. Merge affine &amp; lstm_gate &amp; projection layer
2. Change clip behavior
3. Seq_buffer support sequence level shuffle
4. LSTM &amp; LSTMP layer support multiple input

See merge request !4</content>
</entry>
<entry>
<title>lstm &amp; lstmp layer support multiple input</title>
<updated>2016-05-12T03:49:44Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-12T03:49:44Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=10916f721a945a5edd052ab93027413fd3c01f65'/>
<id>urn:sha1:10916f721a945a5edd052ab93027413fd3c01f65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add doc</title>
<updated>2016-05-11T08:56:37Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-11T08:56:37Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=313ab19b004603f10c282c5ae035e36e3437ea1f'/>
<id>urn:sha1:313ab19b004603f10c282c5ae035e36e3437ea1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>seq buffer support shuffle</title>
<updated>2016-05-11T08:53:56Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-11T08:53:56Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=e85a4af65640aef77378275d478c1ba8b06b785e'/>
<id>urn:sha1:e85a4af65640aef77378275d478c1ba8b06b785e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clip on gradient now</title>
<updated>2016-05-09T13:02:57Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-09T13:02:57Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=4585970021f75d4c9e7154fc1681a80efa0f48ab'/>
<id>urn:sha1:4585970021f75d4c9e7154fc1681a80efa0f48ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix bug in affine.lua</title>
<updated>2016-05-09T12:51:10Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-09T12:51:10Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=03439902dbd339cfbbc684b6fcc6b1810fa02ede'/>
<id>urn:sha1:03439902dbd339cfbbc684b6fcc6b1810fa02ede</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge affine &amp; lstm_gate &amp; projection layer</title>
<updated>2016-05-09T09:57:30Z</updated>
<author>
<name>Qi Liu</name>
<email>liuq901@163.com</email>
</author>
<published>2016-05-09T09:57:30Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=89a3fa93d571f446bcd1fa69ddd35257d975c239'/>
<id>urn:sha1:89a3fa93d571f446bcd1fa69ddd35257d975c239</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use `trainer.lua` in acoustic model examples</title>
<updated>2016-05-08T04:05:53Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-05-08T04:05:53Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=d88a57f4852c50a2678de950ee650ed9b6a895f0'/>
<id>urn:sha1:d88a57f4852c50a2678de950ee650ed9b6a895f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>prepare for the replacement of `asr_trainer.lua` with `trainer.lua`</title>
<updated>2016-05-08T03:38:28Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-05-08T03:38:28Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=88b3f2a13fa3c01a684259e85ee8298e35f2ac09'/>
<id>urn:sha1:88b3f2a13fa3c01a684259e85ee8298e35f2ac09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'master' of ssh://speechlab.sjtu.edu.cn:8022/nerv-dev/nerv</title>
<updated>2016-05-05T14:11:43Z</updated>
<author>
<name>Determinant</name>
<email>ted.sybil@gmail.com</email>
</author>
<published>2016-05-05T14:11:43Z</published>
<link rel='alternate' type='text/html' href='https://git.tedyin.com/nerv/commit/?id=e3ed809bb7d5d11b5b2cec559955b15db18db915'/>
<id>urn:sha1:e3ed809bb7d5d11b5b2cec559955b15db18db915</id>
<content type='text'>
</content>
</entry>
</feed>
