Esther Klabbers

Results 14 issues of Esther Klabbers

From the limited documentation on dl-pos.py it is not clear exactly what should be in the vocabulary file. Is it the same text as the training data but in sentence...

caffe2 build seems to have gone ok. But when I run the test: python -m caffe2.python.operator_test.relu_op_test I get errors saying: Operator with engine CUDNN is not available for operator Relu...

Has anybody already written Pytorch code for Merlin to replace theano or Keras?

If I change MVN to MINMAX to normalize the output acoustic features, I get the following error: File "/home/esther/merlin/src/run_merlin.py", line 1111, in main_function(cfg) File "/home/esther/merlin/src/run_merlin.py", line 675, in main_function feature_std_vector...

In the function g2p.py I added a time.time() function around the command self.model.saver.restore(self.session, os.path.join(self.model_dir, "model")) to see how long it takes to load a pre-trained model to decode words. With...

When you convert letter and phoneme symbols to numerical ids, isn't it confusing for the model to train with integers for classes? Would it be better to have one-hot encoding...

I am sorry for asking a dumb question. But from the video and the documentation, I can't figure out quite how to create a test which saves the results to...

In the script that extracts features for magphase, it says typically it extracts 60 mag, 45 real, and 45 imag features. I am using 48kHz audio, just like in the...

question

I trained a model with OpenNMT with pytorch 0.4. I would like to load the trained model in c++ and translate an input string with it. Can I do that...

When running mfa align . english_us_arpa english_us_arpa . I keep getting a message saying alignment already done, skipping. So I tried to run mfa align --clean instead but it deletes...

bug