kmcnaught
kmcnaught
``` model_input = Input( shape=(3,), name='Input') hidden = Dense( units=7, activation=K.relu, name="Hidden")(model_input) means = Dense( units=7, name='Means')(hidden) variances = Dense( units=7, activation=K.exp, # enforce positivity name='Covariances')(hidden) posterior = concatenate( [means,...
This will provide some info for issue #763
I've been setting up keyboards to use with VS Code, and was wondering why shortcuts that included "Alt" weren't working. It turns out they work fine using the Windows onscreen...
This isn't entirely suprising in retrospect, but mouse actions are asynchronous, so happen out of sync when they're queued in a command list. For instance, consider you want to hold...
Email reports are not currently being received. A few possible courses of action for short/long term fixes could be: 1) Fix nbug emails! - May take some investigations, I think...
This is a place to dump thoughts about possible ways to improve Optikey's performance in the future - I believe the "look to scroll" and "gaze overlay" features have added...
When Optikey fails to load an XML keyboard file, it instead loads a keyboard containing an error message. Now that we have a lot more functionality in the dynamic keyboards,...
The installer *always* asks what eye tracker to use, but since this only affects the [APPNAME].exe.config in Program Files, it gets overridden by the existing user settings. We should not...
Joystick input for switches. Switch scanning. Touch input – always available (+ new setting to disable if not wanted).
Setting to split mouse keyboard out into separate bar. Position, size, transparency needs to be customised separately.