-
Is there an updated mml model file for the wikitables parser? I tried to load "wikitables-model-2018.09.14 (1).tar.gz" from https://github.com/allenai/allennlp/issues/1816 and got the following error…
-
The recently merged PR https://github.com/monero-project/monero/pull/1869 increases the minimum block size before assessing a block reward penalty to 300kB. This was merged fairly quickly under the st…
-
We are currently applying snorkel to text classification with ~20 classes (in the future it will be more like 100). Right now there is 1 rule per class and they are rather complicated. It looks some…
-
I'm not sure if this is a question better posed here or on image.sc so please just let me know if I should post it there instead.
So I have 3 color ISH tissue images with cells labeled (fairly bri…
-
First off, thanks for open sourcing the code!
I am trying to topic model with my own dataset. I set it up to look like the `yelp` dataset and modify the code accordingly. However, an error
```
…
-
I have a very large sampling of tabular data including mainly numerical fields where each line is an example I would like to try and label. Looking through the documentation and examples, I don't see…
-
I have noticed there are three parameters of the training iterations(15000,30000,50000) which divide the training process into three stage:
stage 1 use strong side output supervision
stage 2 use we…
-
-
A suggestion rather than an issue.
In your paper (https://arxiv.org/pdf/1807.07464.pdf), you observed no improvement of using the CRF-RNN. However, this is based on using full voxel-wise annotated…
-
PR #19 introduced supervised variants of some algorithms, along with a module for generating constraints from supervised labels. These will need to be documented before the next release.