manu51188

Results 10 comments of manu51188

> You can also create the definition and version in one go: > > ``` > aws greengrass create-function-definition --cli-input-json '{ > "Name": "'"MyGroup_Function_Definition"'", > "InitialVersion": { > "Functions": [...

I am using following command to create greengrass function aws greengrass create-function-definition --cli-input-json '{ > "Name": "'"MyGroup_Function_Definition"'", > "InitialVersion": { > "Functions": [ > { > "FunctionArn": "arn:aws:lambda:::function:GGIPDetector:1", > "FunctionConfiguration":...

Hi, Thanks for the reply. Yes surely I can create recipe for CSJ corpus in Lhotse similar to other receipes. I can see that duration in CSJ .wav files ranges...

Hi @danpovey , @pzelasko , Thanks very much for the response. I will try trim_to_supervisions() to check the results. Thanks and Regards, Mohit

Hi @pzelasko , I have added .train_to_supervison() to represent each cut a single segment. But unfortunately there is an assertion error in the validation error from the following lines :...

Hi @pzelasko, Yes I printed the information for CutID ['218b7cc8-594f-4114-b2e7-67863db7f0ce']. Here is what I get, "id": "218b7cc8-594f-4114-b2e7-67863db7f0ce", "start": 0.32775, "duration": 0.4866875, "channel": 0, "supervisions": [ { "id": "R01M0278_0000295_0000733_sp0.9", "recording_id": "R01M0278_sp0.9",...

Ok. Thanks. I will try the training again after your fix. Regards, Mohit

Hi, I have re-run the training and it still fails at the same validation check with following error : Traceback (most recent call last): File "./ctc_train.py", line 408, in main()...

Hi, Yes it is from the same speaker. The segments look fine and the issue is not in the creation of the SupervisionSet. Let me try with above method to...

Hi @pzelasko, I am finally started with the training and it is running fine till now. The changes in validation function are looking good.