Skip to content

Commit

Permalink
edit main
Browse files Browse the repository at this point in the history
  • Loading branch information
wessu committed Jul 19, 2017
1 parent 8792366 commit b223a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multi_iter_classification.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main(model_name, model_type, model_opts, data_dir, iteration, sep_direction=
os.mkdir(clf.output_dir)
### load and pre-process input features
feature_bank = clf.load_n_preprocess_input_feature(audio_dir, mc_dir, model_class, sep_direction)
np.save('feature_bank_spec+mc.npy', feature_bank)
# np.save('feature_bank_spec+mc.npy', feature_bank)
# feature_bank = np.load('feature_bank_mfcc.npy').item()
print('Run {} iterations.'.format(iteration))
for i in range(iteration):
Expand Down

0 comments on commit b223a2e

Please sign in to comment.