soumith / imagenet-multiGPU.torch

an imagenet example in torch.
BSD 2-Clause "Simplified" License
401 stars 158 forks source link

Fix satellite thread Tensor indexing bug #31

Closed Atcold closed 8 years ago

Atcold commented 8 years ago

In Torch, indexing starts with 1...

Atcold commented 8 years ago

@soumith, is this a proper bug? Anyhow, I keep getting indexing errors. I will pcall the Tensor indexing and see what's going on.

soumith commented 8 years ago

Yea I think it's a proper corner-case bug. thanks for the fix.