THtanghuan
THtanghuan
Please!Can I change the train size of the input image?for example not 331x331,change to 480x480
Hi,thank you for this code. I want to know why do this calculation in the code? # become original temperature temper_predict = np.array(test_predict)*(temper_max - temper_min) + temper_min temper_truth = np.array(temper_truth)*(temper_max...
Hello, I cannot find the code for mel-spectrogram section for the experiment in “Comparison and Analysis of SampleCNN Architectures for Audio Classification”. Can you give me the code about the...
你好,我看你的代码是用CNN提特征,然后将提出来的特征放到BLS中。请问,可以直接搭建一个CNN+BLS结合起来的模型吗?