Closed Jingqiao-Hu closed 6 years ago
Where are the pkl_list defined in the train_net.py? pkl_list = ['../dcdata/' + str(i) + '.pkl' for i in range(1, 12)]
pkl_list = ['../dcdata/' + str(i) + '.pkl' for i in range(1, 12)]
I just got one val.pkl generated in datagenerator.py cPickle.dump(self.samples, open('val.pkl', 'wb'))
cPickle.dump(self.samples, open('val.pkl', 'wb'))
I am having the same problem. Could you tell me how you solved it? Or am I misunderstanding something? Thank you.
Where are the pkl_list defined in the train_net.py?
pkl_list = ['../dcdata/' + str(i) + '.pkl' for i in range(1, 12)]
I just got one val.pkl generated in datagenerator.py
cPickle.dump(self.samples, open('val.pkl', 'wb'))