Christopher Reid
Christopher Reid
I also experience this when attempting to sample from check points...
> > > Hi guys, here's a user story: > > As a developer brand new to Shopify, I want to make a simple theme from scratch. And I am...
I solved it, and it doesn't really make sense why. Looks like a disqus problem: This does not work: But this does: All I did was add "_0" to the...
for me, this code works (changed `width/height` props to `style` on `Surface) Also, make sure that you have followed all of the unimodules instructions. ``` import { Shaders, Node, GLSL...
Nevermind, just had to add a couple of arguments: `-lhiredis_vip -L/usr/local/lib -I/usr/local/include/hiredis-vip` Perhaps you could put installation and use instructions at the top of the docs?
@larspars Hey, I'm also having issues running with openCL This is the output I get when trying to run the basic `th train.lua -opencl 1` ``` libthclnn_searchpath /Users/chris/torch/install/lib/lua/5.1/libTHCLNN.so using OpenCL...
@larspars Oh, figured it out, had to change line 3 in `.../word-rnn/util/SharedDropout.lua` where it says `torch.CudaTensor` I simply changed it to `torch.Tensor` and now it's good. perhaps the `-opencl 1`...
@larspars Oh thanks. I made a pull request, let me know what you think.
@lcssssss there's nothing you can do without code. I've noticed something weird where certain videos will work and others won't. I don't know if its true, but it seems to...
@steveklabnik 1) store keys in sets depending on how they are usually accessed... make a migration script that iterates over `KEYS *` -> `key` -> `SADD set_of_keys key` 2) now...