zhongkaifu / RNNSharp

RNNSharp is a toolkit of deep recurrent neural network which is widely used for many different kinds of tasks, such as sequence labeling, sequence-to-sequence and so on. It's written by C# language and based on .NET framework 4.6 or above versions. RNNSharp supports many different types of networks, such as forward and bi-directional network, sequence-to-sequence network, and different types of layers, such as LSTM, Softmax, sampled Softmax and others.
BSD 3-Clause "New" or "Revised" License
285 stars 92 forks source link

Incremental training #32

Closed bill3code closed 7 years ago

bill3code commented 7 years ago

Hello! You do a great job! Is it possible to make incremental training?

zhongkaifu commented 7 years ago

Currently, RNNSharp doesn't support incremental training, but this is a easy feature to be added. I will implement it very soon.

bill3code commented 7 years ago

That's great! Thank you very much!

zhongkaifu commented 7 years ago

This check has already been checked-in. You can try it now.