Kacper Kubara

Results 6 issues of Kacper Kubara

Hi, I am trying to run this package in a headless mode (using XVFB, because meet.google website detects if I specify that option in Selenium). This package needs to run...

For all classes inheriting S2SBeamSearcher, if I set the **topk** argument only top k scores are returned. Snippet from the last part of the forward() function of this class ```...

bug

I've set up a traffic in the default_config.yaml file as TRAFFIC_HOTSPOT. After running the noxim, I get a resulting error: ``` Loading configuration from file "../config_examples/default_config_hotspot.yaml"... Done Loading power configurations...

Related to https://github.com/speechbrain/speechbrain/issues/1514. Top-k argument in the S2SBeamSearcher is described as _The number of hypotheses to return_. However, if we don't specify the return_log_probs argument, only final scores for each...

Gower distance metric is quite a popular metric which also handles heterogeneous data. Implement it and add it to Distython.

enhancement

Hi, I have been using a pretrained model and a following line of code: ``` Python asr_model.transcribe_file(hparams["audio_dir"] + data["file_path"][1:]) ``` Generates a ton of symlink audio files in the project...

bug