Open vaibhavch opened 5 years ago
The combination progress located in the sequence_file_process.py. The variable is all_feature on line 99." # all_feature = np.array(all_feature)"
Can You help me to run it? From which file should I start running to end?
I understand that sequence_file_process.py generates individual distribution features and save those in npy/ directory. But how to combine all those features and generate ben_original_feature.npy as mentioned in Generator_DCGAN.py. ?