markriedl
markriedl
Somewhere during initialization call in CanvasView in widgets.ts: ``` setInterval(timerUpdate, fps) ``` This will set a recurring timer. Catch the timer and then make a callback to python. ``` function...
I wonder if I didn't transcribe the order of operations right. This notebook won't take too long to run: https://colab.research.google.com/drive/17zvUhLcpjUKJdTRg00HYdGMEN3uoMy-M?usp=sharing
Doh, the link expired. It should be refreshed now. Reload the page and try again.
Refreshed. I've moved the files to Dropbox where I think the link won't expire.
Can you clarify? You can't see the image? In the notebook or on the github page?
Thanks for the suggestion. This might pick up some things that aren't novels, movies, or video games though. I try it out and see.
Hi. I am running into the same error as @mojesty above > RuntimeError: cat(): argument 'tensors' (position 1) must be tuple of Variables, not Variable Any insight is appreciated. Thanks!
I won't claim this is right or that it won't create other errors, but the following made the error go away: `x, x_lens, ys_i, ys_t, ys_lens, xys_idx = [torch.cat([Variable(e.data) for...
Huh, I wonder why I didn’t run into this problem? I was debugging code that is not mine, so I don’t really have time to look into this. Tensors can...
Powerpoint :)