Eric Hunsberger

Results 78 issues of Eric Hunsberger

**System information** - TensorFlow version (you are using): 2.6.0 (TFMOT 0.7.2) - Are you willing to contribute it (Yes/No): Potentially, with some advice on how to implement it **Motivation** Numerous...

feature request

This was previously working functionality, that was broken when we introduced NoTransform. **How has this been tested?** **How long should this take to review?** - Quick (less than 40 lines...

**Motivation and context:** While best practice is to explicitly pass the `attr` when probing learning rules, it seems sensible to also have some consistent default. The logical choice is "delta",...

breaking change

**Motivation and context:** If the cache version is too new, we should just ignore the cache. Currently, there's an error because it tries to use the index when it's `None`....

**Motivation and context:** `Simulator.clear_probes` is not tested explicitly, so it's not required that backends implement it. This adds a test, which will prompt backends to implement this (though they can...

**Motivation and context:** Node functions have significant overhead, which can affect time-sensitive applications. **Interactions with other PRs:** Based on #1579. Note that this is currently rebased to a point farther...

**Motivation and context:** Previously, repeated `rc.get` calls could take significant time. I noticed this when profiling. However, I'm not sure where the particular calls are in our code (I know...

**Is your feature request related to a problem? Please describe.** When we're dealing with spikes, we currently spend a lot of computation multiplying by zeros or (in the case where...

**Describe the bug** I haven't experienced this thankfully, but when working on our cache code I noticed that there are a couple of places where we remove all files in...

**Describe the bug** Creating an ensemble with a gain/bias distribution that results in a matrix (e.g. `nengo.dists.Choice([[1.0]])`) results in a cryptic build error (because the encoders end up being a...