Victoria Stuart

Results 16 comments of Victoria Stuart

Edit - updated info: The website ``` https://transcranial.github.io/keras-js/ ``` will not run (load) in Firefox started in Safe Mode (add-ons disabled; ...). [I wanted to see if disabling add-ons helped...

Yes, exactly. Perhaps this is related: keras-js will load/process this wolf image http://media.salon.com/2015/07/wolf.jpg in those two networks { Inception | resnet } in Opera, but not Firefox: "Error loading URL."...

I noticed that coreference resolution fails on 'Victoria *lives* in Vancouver. She likes apples.' >> `corefs: {}` ```python Sent index WORD LEMMA POS (Regex)NER 0 1 Victoria Victoria NNP CITY...

Over recent months this issue effectively killed the use of `searx` for me (installed locally on localhost). ```html Error! Engines cannot retrieve results. google (timeout), wikidata (timeout), bing (timeout), brave...

Per #222 direct link to comment: https://github.com/huggingface/neuralcoref/issues/222#issuecomment-577952955 BASH: ```bash pip uninstall neuralcoref git clone https://github.com/huggingface/neuralcoref.git cd neuralcoref pip install -r requirements.txt pip install -e . pip uninstall spacy pip install...

Ahh, thank you for the quick reply (appreciated). Would we be able to train on our own datasets, or (even better) use a pretrained language model (e.g.: fastText; ELMo; BERT)...

Excellent; thank you! :-)

Arch Linux x86_64; Python 2.7; Python 3.5; Cycli 0.7.6 I also just encountered this issue with Cycli v.0.7.6 (pip install ...) operating in a Python 3.5 venv. `TypeError: a bytes-like...

@nicolewhite, @danodonovan: this is great, thank you!! For referencing this issue, here is how I updated my Cycli install (git clone this repo | make | make install | pip...