Joseph Pareti

Results 7 issues of Joseph Pareti

I do not know how to transform the VCTK data into kaldi format; the model seems to be a fit for aishell which is another (mandarin) corpus. Here is more...

when executing the commands listed in [this report](https://github.com/NVIDIA/DeepLearningExamples/blob/master/TensorFlow/LanguageModeling/BERT/biobert/README.md#model-overview) and specifically here: `bash scripts/docker/launch.sh` Nothing happens besides these message: `NOTE: MOFED driver for multi-node communication was not detected. Multi-node communication performance...

why does the matrix shown in paragraph 1.2.1 differ from the 'correct matrix M' in paragraph 1.2.4

The way I understand this is that the network minimizes the difference between fine and coarse grid results. So once the network is trained you can apply to a field...

I have mdified [this code](https://github.com/bnsreenu/python_for_microscopists/blob/master/178_179_variational_autoencoders_mnist.py) as follows: import keras from keras.layers import Conv2D, Conv2DTranspose, Input, Flatten, Dense, Lambda, Reshape #from keras.layers import BatchNormalization from keras.models import Model from keras.datasets import...

I am trying to understand [your code](https://github.com/yaniv256/VAEs-in-Economics/blob/master/Notebooks/One_Dimensional_VAE_Workshop.ipynb) However a question is, for example in [this blog ](https://www.jeremyjordan.me/variational-autoencoders/): how can one attach labels to the figures in the latent space? I...

This paper says that the loss function is the weighted sum of L_distogram, L_diffusion and L_confidence. But how is it implemented? taking the derivative to update the weights ? When...