Jan Gosmann

Results 102 comments of Jan Gosmann

I cannot share the exact diff (it's proprietary source code), but I could locate the issue: I had a symbolic link to a file that I replaced with an actual...

I've found another case not involving symbolic links where I'm getting this error: ```patch diff --git a/some_path/pvm.spec b/some_path/pvm.spec index aa58341137..943bacfa2c 100644 --- a/some_path/pvm.spec +++ b/some_path/pvm.spec @@ -58,7 +58,7 @@ tar...

Yes, that is the entire index. Maybe the previous commits in the history are the problem? There are still some commits doing things with symlinks.

I'm currently using Cake in a large project with many subproject where the overhead (of 4 to 5 seconds) gets multiplied by the number of projects. Even if nothing has...

I argued that we maybe should consider adding named inputs to learning rules in #553 ([code example](https://github.com/nengo/nengo/pull/553#issuecomment-245002724)) which seems to be somewhat related to option 2 here.

I'm at the moment trying to implement learning in the TCM model and one potential approach would benefit from a learning rate that is controlled by another ensemble (but could...

Somewhat related: I'm now trying a different potential approach that doesn't require a learning rate that changes over time, but has two “error” signals as input. So it would be...

> Implementing this would require major restructuring of Nengo's internals ‒ this issue is purely hypothetical and explores how these features could be exposed to the user. Haven't read the...

I proposed to introduce named error signals for learning rules before (#1307, it was decided to revisit this issue someday after the builder refactoring). It seems that there is a...

In my thesis I also observed that there is an increased distortion error close the boundary of the radius. I attributed it to the effect that uniformly distributed evaluation points...