Gerard I. Gállego

Results 5 issues of Gerard I. Gállego

Hello @mattiadg When I don't use the `--distance-penalty` flag I get the following error: ``` File "~/FBK-Fairseq-ST/fairseq/models/s_transformer.py", line 472, in __init__ init_variance=(args.init_variance if args.distance_penalty == 'gauss' else None) TypeError: __init__()...

# Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [x] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [x] Did...

CLA Signed

# Before submitting - [ ] Was this discussed/approved via a Github issue? (no need for typos, doc improvements) - [X] Did you read the [contributor guideline](https://github.com/pytorch/fairseq/blob/main/CONTRIBUTING.md)? - [ ]...

CLA Signed

Hello, We are trying to install `espeak-ng` as a backend for [`phonemizer`](https://github.com/bootphon/phonemizer), but we are encountering some problems. We don't have sudo privileges in our university server, and compiling gives...

Hi, We've recently found a minor bug in ALTI's code. It's in this line: https://github.com/facebookresearch/stopes/blob/0c6535afd7eff3154883c5301d0dd518496760ee/stopes/eval/alti/wrappers/transformer_wrapper.py#L474 The parameter `unbiased` from `torch.std` should be set to `False`, since the default is `True`....