kchan!

Results 67 issues of kchan!

I'm using WSJ0 dataset, and the model convergences. When I use the utility audio_test.py, however, I get only 3 second output when I feed it a 5 second mixed audio....

Sometimes being interactive is awesome. Sometimes I just want to see the full tracing history in a buffer like a good old console, which is much more efficient than having...

It seems that currently only global variables appears in the auto completion list (in fact seems to be just all interned symbol I guess). I've lived with this for a...

slime-presentation-streams doesn't do anything at all out of the box. I'm not sure if it's just because of my setup (SBCL 2.2.7) or slime-presentation-streams itself is to blamed. Anyways, I've...

Hi, I'm on SLY + SBCL 2.0.11 + macOS 10.14.6. When I call (ge.app:stop), the app window is left open and unresponsive.

``` (defdata bool true false) (defdata (fuzzy-bool :include bool) (fuzzy (real (0) (1)))) (typep (fuzzy 0.1) 'bool) ;; => T (typep true 'fuzzy-bool) ;; => NIL ``` Is this really...

Is there a way to destructively output to a different tensor rather than the input tensor? `scale!` or `map!` doesn't seem to be capable of this.

I'm on macOS 10.14.6 and allegro 5.2.7.0. `al_set_new_display_option` with `ALLEGRO_OPENGL_MAJOR_VERSION` `ALLEGRO_OPENGL_MINOR_VERSION` doesn't seem to have any effect, I'm always getting OpenGL 2.1.0. Is there a right way to specify OpenGL...

Currently, Varjo doesn't work with OpenGL 2.1 (GLSL 120). The most immediate issue is - Varjo emits `layout (location = n)`, which GLSL 120 doesn't support - Varjo emits in/out...

It would be nice if one can call Varjo function from lisp directly to test its value on specific input. This can be useful in several cases, including debugging, and...