Matt Upson
Matt Upson
When running `docker run` I get the following on an ubuntu 18.04 system. ``` $ sudo docker run -p 8080:8080 adtac/relevant-xkcd:latest open comics.bin: no such file or directory Started background...
This is a pretty specific set of circumstances that I discovered today, but on the off chance that it is useful to someone, here it is. If you include the...
# Bug Report ## Description After queuing up a number of experiments that I can see with `dvc exp show`: | Experiment | Created | State | eval_loss | ......
Hey mordecai devs, thanks for putting together a great tool! I'm trying to get to the bottom of what `country_conf` actually is... I'm pretty sure this is not coming from...
Hi @juro-privacy @korochinsky hope you are good! Is it possible to add a licence, so that the terms of reuse are a little more explicit? Thanks!
**Describe the bug** Trying to run the colab linked to in README errors with: `ImportError: cannot import name 'functional' from 'albumentations'` **To Reproduce** 1. Open https://colab.research.google.com/drive/1gKUiocwfCvcvVfiKzAaf6voiUVL2KK_r?usp=sharing in your browser 1....
The CRF causes some problems, namely: * It depends on `keras_contribs.CRF` which: * Is not compatible (afaik) with tensorflow 2.0 (which is where the latest version of keras lives). *...
Note that this issue occurs only in #25, not the master branch. The splitting model implemented in 3e48684e9e769d6bb352bfaafd74f89a8b4779a3 performs badly, e.g.: ``` (virtualenv) $ python -m deep_reference_parser split "Upson MA...
Padded values are currently handled in a custom way, but could probably be much better handled using tensorflow masking, see: https://www.tensorflow.org/api_docs/python/tf/keras/layers/Embedding, and https://www.tensorflow.org/guide/keras/masking_and_padding
This is nitpicky, but it cost me some time today. file_hash/document_id is stored in two places in the dict output by `ExtractRefs`: `document_id` and `metadata['file_hash']`. The information is the same,...