Rob Malouf

Results 5 issues of Rob Malouf

## Summary * OS: macOS 11.4 * Bug fix: yes * Type: core * Fixes: #1956, nicolargo/glances#1827 ## Description {{{ Mach sys calls report cpu time in "tick units" --...

Running tomotopy (0.12.3) in a jupyter notebook. Calling LDAModel.add_doc with an invalid document, e.g.: ``` mdl.add_doc([['a', 'b']]) ``` or ``` mdl.add_doc([[1, 2]]) ``` crashes the kernel. Here's what I think...

bug

## 📚 Documentation **Description** In the docs for build_vocab_from_iterator: https://pytorch.org/text/stable/vocab.html#build-vocab-from-iterator the first arg is specified as an `Iterable` and the description says "Must yield list or iterator of tokens." It...

**Describe the bug** When parsing a long text using the latest "combined_electra-large" model, I get the error: ``` Token indices sequence length is longer than the specified maximum sequence length...

bug

In sublime 4, no text gets displayed in the LanguageTool panel (issue #41) The issue seems to be that in setLanguageToolPanelTextCommand() the Edit object isn't for the languagetool output view...