zhr1201 / deep-clustering

A tensorflow implementation for Deep clustering: Discriminative embeddings for segmentation and separation
135 stars 70 forks source link

Where are the pkl_list defined in the train_net.py? #9

Closed Jingqiao-Hu closed 6 years ago

Jingqiao-Hu commented 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)]

I just got one val.pkl generated in datagenerator.py cPickle.dump(self.samples, open('val.pkl', 'wb'))

jan-bk commented 6 years ago

I am having the same problem. Could you tell me how you solved it? Or am I misunderstanding something? Thank you.