Spoken-language-identification icon indicating copy to clipboard operation
Spoken-language-identification copied to clipboard

方言分类,pytorch

Results 3 Spoken-language-identification issues
Sort by recently updated
recently updated
newest added

in the line 127 : "gru_output = F.dropout(gru_output, training=self.training)" , the " F.dropout" is better to be changed to "nn.Dropout". The dropout module nn.Dropout conveniently handles this and shuts dropout...

Hi, What does the number 57,55,155,..., represent? Thanks! "trainEqual.csv格式如下: /movie/audio/topcoder/topcoder_train_png/000w3fewuqj.png,57 /movie/audio/topcoder/topcoder_train_png/000ylhu4sxl.png,55 /movie/audio/topcoder/topcoder_train_png/0014x3zvjrl.png,155 /movie/audio/topcoder/topcoder_train_png/001xjmtk2wx.png,148 /movie/audio/topcoder/topcoder_train_png/002hrjhbsnk.png,110"

your code at line 44 in create_spectrograms.py is probably wrong, which is: ``` scale = np.array(map(lambda x: x * alpha if x