Lennart Landsmeer

Results 39 comments of Lennart Landsmeer

The unknown encoding type error might be misleading, connecting to `vino-server` with another VNC client (which works 100% fine), I get this in the server logs: ``` 29/03/2021 00:14:19 rfbProcessClientNormalMessage:...

I just tried using x11vnc. While I get the same unknown encoding type, I do get `draw_area()` calls so this looks like a vino-server problem

Thanks, that explains the error. I'm already running with debug messages and the strange thing is that I don't get any message of something being wrong on either sides. But...

Ah that's too bad, thanks for explaining. The M5Paper is running a 960x540px E-paper display, so 2Hz is in the range of expectations (a fullscreen grayscale update is ~400ms)

An error also appears in tensorflow, so maybe it's me not understanding how to use the API in the right way ```python3 import tensorflow as tf tf.compat.v1.disable_eager_execution() x0 = tf.keras.Input(1)...

Anyway, I have function `f(x)`, and I want to calculate `f(f(f(f(f(....f(x))))))`. There is a Loop construct in ONNX and I have no idea how to access that from tensorflow

We're on CUDA 11.5 on the development machine, so should be fine

Another useful application would be in removing transients from computational heavy simulations. For example the first 10 seconds in the IO network simulations, taking ~ 5-20 minutes real time depending...

For the moment this is solvable by encoding switch timepoints in the mechanisms itself, but that requires editing and recompiling the mechanisms everytime the experimental procedure changes. And those timepoints...

Ok this issue became more important to me as I just realized that I need to do things that are impossible via switchtime parameters in NMODL files. I need a...