Sloane Simmons

Results 8 issues of Sloane Simmons

Very minor change - I wanted to make sure that the (get, put) tuple was exported. I think I want to make the tuple type exportable as well. That way,...

I'm going to need some help refining this (especially not sure yet how the backward pass will work), but I think that I can add a CRF head for sequence...

Workaround for #97 - gast < 0.3.0 has the old-style API needed by LITERALS in tangent.grammar (`gast.Num`, `gast.Str`, etc.).

As referenced in the [3.8 documentation](https://docs.python.org/3/library/ast.html), the `ast.Num`, `ast.Str`, etc. classes are deprecated and being removed in future versions. To support this (?), the gast library has changed to replace...

The recent paper by Rabe, Staats, et. al on the Google Research team ["Self-attention Does Not Need O(n2) Memory"](https://arxiv.org/abs/2112.05682) provides a numerically stable implementation of multi-headed attention that requires O(√n)...

citations threshold

Hi! I'm just checking out NimData and would like to contribute something for Hacktoberfest and thought adding some other datatypes would be a good way to get started. JSON would...

What do you think about creating a DataFrame type that's more column-based (list of Column types) rather than row-based (seq[T] of tuples based on schema)? Taking some of the example...

Was getting compile error when running `nimble test`, so made the following changes to cookiejar.nim. - Timezone now not integer but Timezone object - Assume UTC time - Strings can't...