RNNSharp icon indicating copy to clipboard operation
RNNSharp copied to clipboard

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 an...

Results 18 RNNSharp issues
Sort by recently updated
recently updated
newest added

how about the inference time for sentences up to 30 words?

Hello Zhong, I will be very thankful if kindly share its Pseudo code

Hello, I found when training the NER sample you have provided in the Demo package, that the model.bin file size is very large, over 1GB. What exactly is inside this...

Hello Zhong, I will be very thankful if kindly share its exact time complexity

Hi, I highly appreciate your work and thank you very much for providing this model in C#. To add in a bit of context, I will be using your model...

Hi, I trained the sample, for english BIO NER labeler, adn the training was OK But when running the TEST batch, it fails TOTALLY! The labels got were absolutely NUTS!...

Hello, I was wondering what are the training times for the demonstrations. I just tried the english seq labeler, and it took 1 hour to process 10% of the corpus!...

Decoding crashes when using dropout layer in current code version. Although works in latest demo package release version. Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an...

Hello, I'm wandering whether RNNSharp can be used for the following problem: I have a sequence of 3-number vectors {[a1, a2, a3], [b1, b2, b3]... [n1, n2, n3]}. and a...

hi, i notice that the logsumexp function in your project is not match with what's introduced in wikipedia : https://en.wikipedia.org/wiki/LogSumExp . Am I mis-understood ?