Robin Sloan
Robin Sloan
I'm not one of the project's creators or maintainers, but I have been using it a lot and, from what I understand, this is totally possible. You would just separate...
@samuel-larsson, I'm not 100% sure what's causing this error for you, but it might be interesting to throw a `print` statement in there, just before the error, to see what...
@Broccaloo Ah, sorry for the confusion; I always save my `zs` as files (using something like `t.save(zs, 'zs-checkpoint.t')`) and then run a separate script that reads those files and does...
I'm glad it worked! In my script, I don't have to change the `sample_length_in_seconds`, so I wonder what's different here… 🤔 Ah, okay -- I just actually looked at [my...
@leonardog27, I don't know if this is the root problem, but in the parts where you set `hps.sample_length`, you are using the shape from the old `zs` rather than the...
That's a great note -- change made in my demo client, and I'll add this to the spec.
Hey @vsoch! This is a cool idea. I don't use Docker, but I know a lot of folks do. Here's the output from `conda list` in the environment I'm using...
Yes indeed: ``` [global] floatX = float32 device = gpu0 optimizer_including=cudnn [cuda] root = /usr/local/cuda-7.5 ```
That's helpful to hear -- thanks!
"Gross" is right! I have a bunch of environments that I'm afraid to even _look_ at the wrong way, for fear they will suddenly and inexplicably collapse into a tangle...