DeepCompletionRelease icon indicating copy to clipboard operation
DeepCompletionRelease copied to clipboard

Epoch

Open NJU-Jet opened this issue 5 years ago • 2 comments

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!

NJU-Jet avatar Apr 28 '19 08:04 NJU-Jet

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?

fuyi02 avatar Nov 02 '20 08:11 fuyi02

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?

caipeiii avatar Feb 15 '23 08:02 caipeiii