halbaqshi

Results 3 comments of halbaqshi

I tried to modify the codes and variables. I got other error like below save_checkpoint='../logs&checkpoint/Conv/ckpt-15300.index' >>> model_architecture='conv' >>> save_path=os.path.join(FLAGS.models_dir,model_architecture,'%s.pb'%os.path.basename(save_checkpoint)) >>> freeze.freeze_graph(FLAGS,model_architecture,save_checkpoint,save_path) Traceback (most recent call last): File "", line 1,...

I fixed the previos error by changing the decoded_sample_data=tf.reshape(decoded_sample_data,[shape=(model_settings['desired_samples'])) to decoded_sample_data=tf.reshape(decoded_sample_data,[shape=(1600,1))

also sometime I got this error Traceback (most recent call last): File "", line 1, in File "/home/hussain/Downloads/TF-Speech-10words/libs/classification/freeze.py", line 165, in freeze_graph FLAGS.dct_coefficient_count, model_architecture,model_size_info) File "/home/hussain/Downloads/TF-Speech-10words/libs/classification/freeze.py", line 83, in create_inference_graph...