Open PatrickGPH opened 6 years ago
i'm reading your code, but the line174 for i in tqdm(range(int(3783 / self.batch_size))): i don't understand the meaning of '3783', hope for your reply! Any help much appreciate!~
for i in tqdm(range(int(3783 / self.batch_size))):
This is number of test samples, you can see this in the ./list/test.list (number of lines). The same with 9537 in line 40. Hope this helps
i'm reading your code, but the line174
for i in tqdm(range(int(3783 / self.batch_size))):
i don't understand the meaning of '3783', hope for your reply! Any help much appreciate!~