Stephen Roller

Results 41 issues of Stephen Roller

We have a custom Adam optimizer that says it could be removed via pytorch 1.2: https://github.com/facebookresearch/ParlAI/blob/3a5de86667816abbdb0f08049c86d1e2c3aff03e/parlai/agents/bert_ranker/helpers.py#L242-L350 The task is to remove it and upgrade to the official pytorch version. The...

Help Wanted
Agents
Code Quality
Minor
donotreap

Opt should be made immutable. - Remove its `dict` superclass - Similar to message, throw a hissy fit on `__setitem__` - Add a new fork option, which allows for values...

Enhancement
Grand
H1 2020
donotreap

HuggingFace's [transformers](https://github.com/huggingface/transformers) has a lot of great models built in. We can make a generic interop to it. I believe we want both a `huggingface/ranker` and `huggingface/generator`. We might need...

Enhancement
Large
H1 2020
donotreap

Might be more convenient than the usual way we grep for `--option.without.underscores` This could also be possibly used to cull opts that don't belong.

Enhancement
Help Wanted
Medium
H1 2020
donotreap

Now that we have `upgrade_opt` we can do some resolution of the `embedding_size` and `embeddingsize` madness we have in seq2seq vs transformer vs memnn etc.

Help Wanted
Code Quality
Minor
H1 2020
donotreap

Depends on #2172. - If no_save is True, then the option is not saved with the opt. - If no_override is True, then the parser will throw a hard error...

Enhancement
Help Wanted
Minor
H1 2020
donotreap

The name is misleading and confusing. We should rename it, and expand `-t dstc7` to indicate ALL DSTC7 tasks.

Help Wanted
Minor
donotreap

**Patch Description** Since we're doing manual activation checkpointing, we need to have custom backwards for MHA. This patch leverages the flash implementation in xformers. TODO: - [ ] Gate behind...

cla signed

**Patch Description** Due to changes of logic around NFS handling, config.yml is no longer being saved along with training runs. Small hack to fix that. **Testing steps** Launched a 1...

cla signed

**Patch Description** Add @sharannarang to CODEOWNERS **Testing steps** n/a

cla signed