pytorchupandrunning
pytorchupandrunning copied to clipboard
Code for Programming PyTorch for Deep Learning
Results
2
pytorchupandrunning issues
Sort by
recently updated
recently updated
newest added
On line 300 the variable sample_rate should be changed to sr. In the function librosa.load, sr=None allows us to use the native sample rate of the audio file being examined,...
added import of numpy as np for converting our audio wav forms to images. librosa.power_to_db's keyword argument ref uses callable function np.max. Without this, the code will error out with;...