Brent Komer
Brent Komer
It would be useful to be able to specify a custom synapse on a learning rule. Currently only a float is supported for the `pre_tau` parameter.
Minimal example to reproduce the issue: This was tested with tf version 2.4.1 and keras_lmu version 0.3.1 ```python import tensorflow as tf import keras_lmu import numpy as np from tensorflow.keras.layers...
When I run one of the example scripts listed ``` python run.py --datafile data/gridworld_8x8.npz --imsize 8 --lr 0.005 --epochs 30 --k 10 --batch_size 128 ``` I get the following error:...
It would be nice if after setting a backend in the gui, if you close and open the model again, it would remember which backend you used last and automatically...
This error appears after running the function that converts these ensembles: ``` replacing replacing replacing replacing replacing replacing replacing Traceback (most recent call last): File "/home/bjkomer/nengo_gui/nengo_gui/page.py", line 435, in build...
Pressing tab to cycle focus within a modal (for example, the config) will eventually cycle out of the modal and into the text editor, and then will start entering tab...
This happens whenever you use model.{name} to assign the name, which you have to do when using SPA. Simple example below: ``` import nengo.spa as spa model = spa.SPA('Bug', seed=13)...
The gear I'm talking about is the one that shows up where the play button is when the model is building. On chrome it is harder to notice, probably only...
This is related to #379 but the fix in #384 doesn't cover this case. If I run nengo_gui to make a new script, and then try to import something from...
Currently the wiki is not very clear that it is possible to save a set of evaluations and then continue where they were left off using the `Trials` object. It...