-
## š Bug
```
Traceback (most recent call last):
File "/home/odin/dev/nlp-swe/swedish_nlp_datasets/fairseq/fairseq_cli/hydra_train.py", line 10, in
import hydra
File "/home/odin/.pyenv/ā¦
-
# š Feature Request
As you added this feature:
https://github.com/facebookresearch/hydra/issues/1585
Hydra by default are creating under `.hydra/config.yaml` a config that it not resolve. That gā¦
-
# š Feature Request
Similar to the existing `config_path` and `config_name` parameters, add an `overrides` keyword argument to `@hydra.main` to allow `hydra.main` to accept either a
1. Path to `ovā¦
-
hydra-cli codegen fails when run against the following input schema
```
type Event @entity {
"Event ID"
id: ID!
"Block number"
inBlock: Int!
}
interface MembershipEvent @entity ā¦
-
I'm a hydra fanboy, but a recent [discussion](https://pytorch-lightning.slack.com/archives/C01URG3M74L/p1662991727311479?thread_ts=1662154951.687569&cid=C01URG3M74L) on the lightning slack suggested tā¦
-
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Dear Coverage Team,
I am currentlā¦
-
A) wav2vec example when executed on TPU via using fairseq cli arguments leads to the following error:
```
Traceback (most recent call last):
File "/home/sivaibhav/.local/lib/python3.8/site-packā¦
-
my fairseq version is 0.12.2, i use airseq-hydra-train for base model is ok
when i use fairseq-hydra-train for base model with conformer backbone
it shows like this:
fairseq-hydra-train task.data=ā¦
-
Thanks for your great work!
I am trying to run zsre (qa) task using GPT2xl model using the default config, but get some errors.
Error executing job with overrides: ['+alg=lora', '+experiment=qaā¦
-
I have a demo here for how we can use hydra configs to do a binary inclusion of each aggregation x window combination. We should do this instead of doing a categorical distribution over all permutatioā¦