Chris Nuernberger

Results 29 issues of Chris Nuernberger

https://clojure.atlassian.net/browse/DJSON-61 Instead of per-character escape and write - scan string and if nothing is found add entire string in bulk -- else fallback to old method.

Issue to gauge interest in extending this system to parse yaml or edn similar high performance manner. Comment or thumbs up if you think you might use this.

This will collect memory automatically: ```console (py/run-simple-string " import torch.utils.data as tud import torch class DebugDataset (tud.Dataset): def __init__(self): pass def __len__(self): return 1000 def __getitem__ (self, i): return torch.rand(1000,...

Just opening this up for actual discussion. Based mainly on this project and the work I did in the ugprade-1.9 branch, I created a stand alone jar to process deps.edn...

Step is the number of elements between partitions - not the stride between elements.

The newlines appear to be elided. The datasets prints fine in other REPLs. * Dataset print is done [here](https://github.com/cnuernber/tmdjs/blob/master/src/tech/v3/dataset/impl/dataset.cljs#L191). I need help from a Cursive person to figure this out.

help wanted

An integration wtih [magma](http://icl.cs.utk.edu/magma/software/) would provide state of the art lapack support for cuda and rocm platforms. This, along with jna bindings to lapack in tech.compute would I think be...

From Zulip - https://clojurians.zulipchat.com/#narrow/stream/236259-tech.2Eml.2Edataset.2Edev/topic/rolling.20linear.20regression/near/430506985 Have a rolling window type that does not produce fixed window sizes but instead is faithful to the original amount of data.