Andrew M Olney

Results 15 issues of Andrew M Olney

Thanks for the tutorial :) I noticed that with the current version of `fable-compiler` the tutorial works as expected, but when updated to `0.6.11` it breaks. It appears that the...

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')...