Andrew M Olney

Results 14 issues of Andrew M Olney

I'm a Kaldi noob but interested in using your set up for English. I looked at your other project and the Kaldi discussion boards, and this model seems like a...

A few small changes appear to be needed: 1. escape double quotes in subtitle 2. add commas between subtitle objects Example: "subtitles": [ { "subtitle" : "Announcer: AND NOW A...

Getting error `AttributeError: module 'tensorflow.contrib.rnn' has no attribute 'core_rnn_cell'` My TF is 1.13.1 and CUDA is 10.1 Guessing this is b/c of incompatibility b/w my version of TF and the...

I've used F# to do some of the nice dynamic interop with pythonnet rather than the c# dynamic keyword approach. Not sure if it is truly helpful over c# dynamic,...

Throwing on this: ```java public Pair span() { return new Pair(new Integer(position), new Integer(position + 1)); } ``` where `position` is a private member. Pair is this: ```java public class...

bug

**Describe the bug** When running `npx patchcab`, these lines in `bin.ts` cause my `./modules` directory to be destroyed: https://github.com/spectrome/patchcab/blob/0fdb815e35542f798e8b74499ac125a11ea65e6a/core/src/bin/bin.ts#L28 https://github.com/spectrome/patchcab/blob/0fdb815e35542f798e8b74499ac125a11ea65e6a/core/src/bin/bin.ts#L36 `./modules` seems to be a source directory - why is...

*Apologies I posted this on codeplex before finding the GitHub repo.* I've recently become editor of a journal and am investigating the possibility of accepting submissions in Markdown or similar...

I'd like to update the old samples. I like how the [browser samples](https://github.com/fable-compiler/samples-browser) are all nested under a single control structure; this avoids the cruft/obfuscation of lots of little projects....

Running the example docamr code below does not give `same-as` edges for coreference: ``` from transition_amr_parser.parse import AMRParser # Download and save the docamr model to cache parser = AMRParser.from_pretrained('doc-sen-conll-amr-seed42')...

[The demo for code here for `gam` interactions](https://github.com/kosukeimai/mediation/blob/f35690ac8cbf2367ef70e01de30a3bd4e85cc141/demo/mediation-code.R#L39) no longer runs and gives error "Error in predict.gam(new.fit.Y, type = "response", newdata = pred.data.t) : 0 not in original fit". This...