Can't able to run evaluate.py

I am trying to run the evaluate.py but I am getting following error

These are the commands which i tried

1.python3 evaluate.py --test_files test.tsv --scorer deepspeech-0.7.3-models.scorer

2.python3 evaluate.py --test_files test.tsv --scorer deepspeech-0.7.3-models.scorer --checkpoint_dir deepspeech-0.7.3-checkpoint/

3.python3 evaluate.py --test_files test.tsv --scorer deepspeech-0.7.3-models.scorer --load_evaluate deepspeech-0.7.3-checkpoint/

Error which i am getting for all the above commands:

I Could not find best validating checkpoint.
I Could not find most recent checkpoint.
E All initialization methods failed ([‘best’, ‘last’]).

Please help me in solving this

What is unclear in this ? It explicitely says it could not find checkpoint. Do you have some in the directory?

Also, please make an effort in documenting your context: What and how to report if you need support

yes, Checkpoints are available in the directory.

Still It is giving the same response.

which flag should i use for passing checkpoints as parameter?

The error message says otherwise, so please show us the content.

--checkpoint_dir should be enough.

Thanks… I fixed those issue.

Now I am getting this error.

python command:

[ram@localhost DeepSpeech]$python3 evaluate.py --test_files test_audio/test.csv --scorer deepspeech-0.7.3-models.scorer --checkpoint_dir deepspeech-0.7.3-checkpoint/
2020-06-19 16:20:24.922224: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
2020-06-19 16:20:24.925981: I tensorflow/core/platform/profile_utils/cpu_utils.cc:94] CPU Frequency: 2808000000 Hz
2020-06-19 16:20:24.926431: I tensorflow/compiler/xla/service/service.cc:168] XLA service 0x4e51250 initialized for platform Host (this does not guarantee that XLA will be used). Devices:
2020-06-19 16:20:24.926447: I tensorflow/compiler/xla/service/service.cc:176] StreamExecutor device (0): Host, Default Version
swig/python detected a memory leak of type ‘Alphabet *’, no destructor found.
I Loading best validating checkpoint from deepspeech-0.7.3-checkpoint/best_dev-732522
I Loading variable from checkpoint: cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_compatible_lstm_cell/bias
I Loading variable from checkpoint: cudnn_lstm/rnn/multi_rnn_cell/cell_0/cudnn_compatible_lstm_cell/kernel
2020-06-19 16:20:25.757628: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 134217728 exceeds 10% of system memory.
2020-06-19 16:20:25.863422: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 134217728 exceeds 10% of system memory.
2020-06-19 16:20:25.896913: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 134217728 exceeds 10% of system memory.
I Loading variable from checkpoint: global_step
I Loading variable from checkpoint: layer_1/bias
I Loading variable from checkpoint: layer_1/weights
I Loading variable from checkpoint: layer_2/bias
I Loading variable from checkpoint: layer_2/weights
I Loading variable from checkpoint: layer_3/bias
I Loading variable from checkpoint: layer_3/weights
I Loading variable from checkpoint: layer_5/bias
I Loading variable from checkpoint: layer_5/weights
I Loading variable from checkpoint: layer_6/bias
I Loading variable from checkpoint: layer_6/weights
Testing model on test_audio/test.csv
Test epoch | Steps: 0 | Elapsed Time: 0:00:00 swig/python detected a memory leak of type ‘Output *’, no destructor found.
swig/python detected a memory leak of type ‘std::vector< Output,std::allocator< Output > > *’, no destructor found.
swig/python detected a memory leak of type ‘std::vector< std::vector< Output,std::allocator< Output > > > *’, no destructor found.
swig/python detected a memory leak of type ‘Alphabet *’, no destructor found.
Test epoch | Steps: 1 | Elapsed Time: 0:00:02 swig/python detected a memory leak of type ‘Output *’, no destructor found.
swig/python detected a memory leak of type ‘std::vector< Output,std::allocator< Output > > *’, no destructor found.
swig/python detected a memory leak of type ‘std::vector< std::vector< Output,std::allocator< Output > > > *’, no destructor found.
swig/python detected a memory leak of type ‘Alphabet *’, no destructor found.
Test epoch | Steps: 2 | Elapsed Time: 0:00:05 swig/python detected a memory leak of type ‘Output *’, no destructor found.

this?

it’s not error, it’s warning that should be fixed now on 0.7.4 release