Results 6 comments of Mike

@niklassoeder did you have any luck resolving this? Having the same issue. using Python 3.9.7

@zirlman , I see that when I'm using CPU, it's 100% loaded, all 6 cores, so there is some degree of parallelization going on I suppose.. Btw, one more question...

So there's no more API for SnapChat?

@red-green how often do they change it?

Having the same issue here Using `cltorch`. Taking forever to save checkpoints. It takes about a minute to save a checkpoint for tiny-shakespeare input and forever (was waiting for about...

I'm guessing its [this loop](https://github.com/jcjohnson/torch-rnn/blob/master/train.lua#L206) taking so long to process ``` for j = 1, num_val do local xv, yv = loader:nextBatch('val') xv = xv:type(dtype) yv = yv:type(dtype):view(N * T)...