Armin Stepanyan

Results 6 issues of Armin Stepanyan

The `-m` flag in `spacy -m download en_core_web_sm` was likely there due to an alternative installation method `python -m spacy download en_core_web_sm`.

When running `./app.py --model masked-lm` I get the following error: ``` RuntimeError: Error(s) in loading state_dict for MaskedLanguageModel: Missing key(s) in state_dict: "_language_model_head.bert_lm_head.predictions.decoder.bias". ``` ## Setup When setting up the...

This issue is related to the following conversation from fast.ai forum: https://forums.fast.ai/t/nbdev-for-private-pypi-repositories-and-poetry-package-management/100523 # Goal of the issue 1. To gauge the interest in nbdev supporting private PyPi repos (e.g. GCP...

enhancement

First of all, thanks a lot for developing this extension it's a life changer when it comes to lisp development in vscode. # Issue When I open a lisp file...

Whenever I run the formatter (on save or through `ctrl+alt+f`) it unfolds all of my previously folded lines (even if no formatting changes had been made).

When following [the guide](https://dub.co/docs/local-development) for setting up dub for local development, I ran into failure when running `tb push` (see bellow). I believe it's due to a typo in a...