Qwertystop

Results 15 comments of Qwertystop

Fair enough. I'd think the same would be true for "pa", and it's mostly the parallel that makes this particular example feel odd (especially since, as in your previous implementation,...

Thanks. Unfortunately I am not yet sufficiently competent with Lisp to think I'd be able to make headway on a bug like that, but switching versions did get through the...

I am interested in this project and would like to help, but have effectively no experience with Common Lisp beyond working through two books (_Gentle Introduction to Symbolic Computation_ and...

Yes, but that's true for all categoricals, including in baseline Pandas – but in just about every other context, categoricals are automatically converted to the value they represent as necessary....

> Note that in addition to 1.2 (mentioned in the OP), per the YAML 1.1 spec, "anchors need not be unique" https://yaml.org/spec/1.1/#id863390. It would be great to get this PR...

Seconded the request for a timeframe, especially given that a previous version explicitly said it added compatibility.

I am also using the open-cl Torch as @lukemunn linked, but (at least so far) I have not gotten that error – after hanging for a while at 1000, it...

Realized another improvement: Preprocessor can now use numpy arrays of `uint16` (more efficient use of space for files with e.g. all single-byte values) and uint64 (probably won't be necessary, but...

Fixed commented issues. I have tested it/am currently testing it – the preprocessor ran cleanly (1.8 GB input.txt, 256 "characters" in that it's non-text-encoded bytes), and the network is currently...

True. I would argue that's not much of a problem, though. If your input is arbitrary text, then yes, you want the full character set or some known subset. If...