-
On the wp.data implementation PR @nerrad brought a couple of points that are good candidates for the architectural review:
>Something else to think about, I'm guessing this might be used to return…
-
## Overview
I'd love to be able to use `compose` from the `react-compose` package to compose Hooks too. Not sure if this is already possible but currently I'm having to use `fromRenderProps` from `re…
-
MongooseIM version: master (2b9658e)
While working on `all_metrics_are_global` switch, I came up with potential TODOs or doubts that IMO should be a subject of discussion/separate PRs.
- [ ] Cleanup …
fenek updated
7 years ago
-
model_name="vicgalle/xlm-roberta-large-xnli-anli"
tokenizer = AutoTokenizer.from_pretrained(model_name)
model = AutoModelForSequenceClassification.from_pretrained(model_name)
IndexError …
-
we should split up InstrumentData to use react-redux and pass just the data into the react components.
-
# Summary
I have the strong impression something broken along the way (or was never right?) and the global state:
1. Does not properly cache tokens from one page to the next
2. Does not de-dupe quer…
-
Hi, I downloaded and ran your program, and got a training error as above. I have no GPU, so I changed the setup to fp16 = 'false' (xlnet left as your demo choice).
What's the problem?
Darrell…
-
Hi
i get following error when i want to install plugin :
rake aborted!
NameError: uninitialized constant Zip
/usr/local/rvm/gems/ruby-2.0.0-p598/gems/zip-zip-0.3/lib/zip/zip.rb:3:in `'
/usr/local/rvm/…
-
**Summary**
Static mutants still seem to be considered in the reporting despite running with the `--ignoreStatic` flag. This seems to potentially be limited to just the `ArrowFunction` mutants so far…
-
Ich fände es praktisch wenn man an folgender Stelle einen Hook anbringen könnte:
ModuleSuscribe.php -> Line 283
$objEmail = new \Email();
## Hook(Email,strText)
$objEmail->from = $GLOBALS['TL_ADMIN…