pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.75k stars 21.33k forks source link

can you give us a example by LSTM and GRU #987

Open azuryl opened 6 years ago

azuryl commented 6 years ago

lstm and GRU can not run now

blackwool commented 5 years ago

@pjreddie Same question here.

AlexeyAB commented 5 years ago

@azuryl @blackwool @Broham @daokouer Example of lstm.cfg file: https://github.com/AlexeyAB/darknet/blob/master/build/darknet/x64/cfg/lstm.train.cfg Example of training and prediction using lstm: https://github.com/AlexeyAB/darknet/blob/master/build/darknet/x64/rnn_lstm.cmd

You should have any text.txt file to train your lstm model.