Derek Chia

Results 26 comments of Derek Chia

This is using the GRID dataset. Please read the `README.md`. ``` This model uses GRID corpus (http://spandh.dcs.shef.ac.uk/gridcorpus/) ```

@harshaljain10 syslinking doesn't work for me. I'm looking for alternative and might examine the script closer to find out why. Copy and pasting the data should work for now.

Hi @xpleaf I managed to get HDFS Table Engine working with ClickHouse server version 21.8.15.7 on Hadoop 3.2.1. To create the Hadoop cluster setup, I use the docker configuration from...

Hello, Abstractly, a ReplicatedMergeTree table has two main parameters - `ZooKeeperPath` and `ReplicaName`: `engine=ReplicatedMergeTree(ZooKeeperPath, ReplicaName)` ReplicatedMergeTree tables that have the same `ZooKeeperPath` but different `ReplicaName` will automatically replicate from each...

you can simply do a `pip install pyAudioAnalysis`

you can create a new conda environment and install `conda install dataclasses` before doing `pip install atspy`

I have the same problem too. Does anyone have any solution? Edit: Seems like there is a typo in the library name. Please change `SpecAugment` to `specAugment`. ``` from SpecAugment...

I'm getting this error after applying the `for env in info['envs'] if env != info['root_prefix']]` fix.

@skoundin I have no problem running it. What version of Keras and TF are you on? Mind sharing your environment text?

If you are using Google Chrome, you might want to consider installing the [Open in Colab](https://chrome.google.com/webstore/detail/open-in-colab/iogfkhleblhcpcekbiedikdehleodpjo?hl=en) extension to have this functionality.