AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.65k stars 7.96k forks source link

How to use the Recurrent Neural Network (RNN) ? #1570

Open leekwunfung817 opened 5 years ago

leekwunfung817 commented 5 years ago

I have a project needs RNN software support, Do any body have the experience about it?

How to

  1. prepare training data set
  2. training command
  3. test model

I have already read https://pjreddie.com/darknet/rnns-in-darknet/

But I don't know the training data set preparation.

AlexeyAB commented 5 years ago

You can try to read this: https://pjreddie.com/darknet/rnns-in-darknet/

leekwunfung817 commented 5 years ago

How can darknet train the set of number? I just saw there are text data support only.