lkqnaruto

Results 12 comments of lkqnaruto

> Hi @lkqnaruto , > > By interleaved zeros and ones, I meant a mask like `[0, 1, 0, 1, 1, 0, 0, 0, 1, ...]` instead of `[1, 1,...

> Hi @lkqnaruto , Yes, you can do that if you want to initialize the CRF layer with such constraints, but the pytorch-crf library does not expose an API for...

> Yes, I believe so. I see it as a form of model initialization similar to [adjusting the bias terms of a classification layer to produce the prior probabilities of...

I'm referring to the CRF layer in the BiLSTM and BERT

> They both use the CRF implemented in [pytorch-crf](https://pytorch-crf.readthedocs.io/en/stable/#torchcrf.CRF). Does it appear to natively support what you are trying to do? I don't think it is support what I want...

> They both use the CRF implemented in [pytorch-crf](https://pytorch-crf.readthedocs.io/en/stable/#torchcrf.CRF). Does it appear to natively support what you are trying to do? I wonder in pytorch-crf, the row index represents the...

> I am not sure. If you create or obtain a torch-compatible CRF implementation that does what you need, I may be able to discuss with you how to use...

> None of the CRFs used in medaCy are implemented within medaCy, so the only changes one would make to medaCy code would be replacing the CRF implementations imported from...

@LTLA Thank you for the reply. I wonder when you say "A drug isn't going to cause cells to change their broad identities", do you mean statistically or biologically? And...

@thank you. If the drug or disease indeed triggers differentiation, does the multi reference strategy still work? And the truth is I have no idea whether there will be any...