-
In `MelSpectrogram`, `Spectrogram`, `GriffinLim`, `n_fft` defaults to 400. Is there a reason for not setting it with a power of 2?
-
I observed a interesting behaviour after 138K iters where discriminator dominated the training and generator exploded in both train and validation losses. Do you have any idea why and how to prevent …
-
Hi there,
I want to make a mel-spectrogram ops for my custom Onsets-and-Frames models.
I want to make a mel-spectrogram that is can run on Android devices. But the results of mel-spectrogram on tfli…
-
data = pd.read_csv('50_speakers_audio_data/dataset4.csv')
data.head(2513)
valid_data = data[['Name','Full Path','Size','ClasseID','Fold']]
valid_data.shape
valid_data['path'] = valid_dat…
-
Any plans for integrating it for tensorflow-2.0 ?
Currently here's an issue i faced when using kapre with tf 2.0
```
Python 3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 6…
-
Any plans to do this?
-
In spite of giving corrrect file path I am getting this message
---------------------------------------------------------------------------
FileNotFoundError Traceback (m…
-
Hi,
I am trying to convert a pre-trained tensorflow model for running on AWS Inferentia. The neuron compiler successfully converts the model, but gives warnings about failing to fuse subgraphs. The N…
-
#### Description
As stated in the [documentation](https://librosa.github.io/librosa/generated/librosa.core.stft.html#librosa.core.stft) the default physical length should be 93ms. Using default value…
-
Training on my own data returns
> Using CUDA: False
> Number of GPUs: 0
> Git Hash: 540d811
> Experiment folder: /Users/davidecangelosi/Desktop/workspace/venvMoz/TTS/davide_tests/output_tr…