Ahmad
Ahmad
I suggest to use release for new updates, as someone updates the Laravel using composer may want to keep the previous versions of this package
While the python I installed loads some libraries through import command, the same command doesn't work on dream pie for example 'import nltk' results Traceback (most recent call last): File...
I called `python cli.py --model_name=gpt2` After several epochs, it printed the following error: ``` P1001 Dev Epoch 41 Loss: 0.007320404052734375 Hit@1: 0.6756756756756757 Traceback (most recent call last): File "cli.py", line...
I want to update the visible screen in UI_Update event ``` int l1 = scintilla.FirstVisibleLine; l1 = scintilla.DocLineFromVisible(l1); int l2 = scintilla.FirstVisibleLine + scintilla.LinesOnScreen; l2 = scintilla.DocLineFromVisible(l2); var startPos =...
I have some data like this: These are heads and I saved then in `train.input_text` ``` PersonX uses PersonX's ___ to obtain PersonX uses PersonX's ___ to obtain PersonX uses...
I tried to use MultiFit project for Persian language (with fa abbreviation)… when it’s used with fa_2 folder, I can run the trainer, but for fa_100 which is a larger...
When I execute a python script via jupyter notebook I recieve the following error: ``` ~/miniconda3/lib/python3.7/site-packages/fastai/text/data.py in train_sentencepiece(texts, path, pre_rules, post_rules, vocab_sz, max_vocab_sz, model_type, max_sentence_len, lang, char_coverage, tmp_dir, enc) 434...
Thanks for your great job. Maybe I don't know how to use it. I want the field be empty on new form (inserting something) because there is no date selected,...
Can the model be used with languages other than Enlgish? I mean a multi-lingual version?
bazel is banned in Iran. So I set linux proxy (HTTPS_PROXY to https://127.0.0.1:8118) which is Tor via privoxy. Anyways, it seems bazel can't pass through proxy when I run: `bazel...