Skip to content
Snippets Groups Projects
Select Git revision
  • efd61b270c83da132e96b647fe34290a6a1c2103
  • main default protected
2 results

1-Identification_of_whistles.py

Blame
  • dnn_decoder.h 263 B
    #ifndef __DNN_DECODER__
    #define __DNN_DECODER__
    #include "fann.h"
    #include "word_emb.h"
    #include "feat_model.h"
    #include "mcd.h"
    
    void dnn_decoder(FILE *f, mcd *mcd_struct, struct fann *ann, feat_model  *fm, int verbose, int root_label, int stream_mode);
    
    #endif