LukasDrude

Results 10 comments of LukasDrude

A quick workaround is to fix indeed the font to a fixed font like this in the file `//anaconda/envs/py3k/lib/python3.3/site-packages/pandastable/plotting.py`: ``` def getFonts(): """Get the current list of system fonts""" import...

Although, I managed to get it started, I would still not consider it "running". - The application always starts in the background. This seems to be a general issue with...

Dear @qinxiaoyi, we implemented the code in Numpy and Tensorflow to address the different needs of users. The results should be equal as there are quite a few test cases...

We tend to use WPE together with other component, e.g. beamforming. When doing to, we use parameters typical for that application. In this example [1, 2] we use 512 as...

@xdcesc I for sure recommend to not tune the DFT size to each single utterance. We tend to set the parameters on the train or validation set and then keep...

Dear Yingfenging, if you need a dereverberation result as early as possible, e.g., a result of the beginning of the utterance before the speaker stops talking you want to use...

Dear Yingfenging, WPE supports single channel processing. However, WPE performs the better the more channels you have available. In [1] Table 1 compares WPE for 1 up to 8 channels...

Dear @yingfenging Re: 1. Indeed, all systems in [1] are offline systems. I referenced [1] to illustrate the importance of using more than one channel and to illustrate how much...

Yes, indeed. I'll edit it.

Thank you for the latest update. This is how my `~/.gitconfig` has to look like after the update (only meld related part): ``` [diff] tool = meld [difftool] prompt =...