John Bauer

Results 63 issues of John Bauer

Suppose I have an LSTM layer in a network I'm building ``` lstm = LSTM(input_size, hidden_size, num_layers, dropout=dropout) ``` What is a minimal example for creating an mLSTM of the...

in many places it does things such as ``` deprel_seqs = [self.vocab['deprel'].unmap([preds[1][i][j+1][h] for j, h in enumerate(hs)]) for i, hs in enumerate(head_seqs)] ``` which, while unlikely, includes PAD and the...

bug

The README explains how to use hebpipe from the command line. Is there a mechanism for importing it and calling it from within python, especially the tokenizer? (Given our recent...