DeepCompletionRelease
DeepCompletionRelease copied to clipboard
Epoch
DeepCompletionRelease/torch/BatchIterator.lua: in function BatchIterator:nextEntry(set) .... self[set].i = self[set].i + 1 ... I think this will make the variable "i" always be 1, from second epoch. Should I change this line to: self[set].i = i + 1
Thank you!
hi, Do you have datasets which provided by the author? I try to email the author, but I don't get any reply, Do you know how to contact the author?
DeepCompletionRelease/torch/BatchIterator.lua: in function BatchIterator:nextEntry(set) .... self[set].i = self[set].i + 1 ... I think this will make the variable "i" always be 1, from second epoch. Should I change this line to: self[set].i = i + 1
Thank you!
Hi, do you have the original code and dataset? I have tried to email the author but get no reply. If you have, could you please send me the code and the dataset?