V3ntus / quint

State of the art audio summarization model.
MIT License
5 stars 1 forks source link

failed_files.txt log being overwritten? #13

Open turnkit opened 1 year ago

turnkit commented 1 year ago

If the failed_files log comes back from this command:

.\do_quint_transcript.bat 192.168.0.62:8000

(which includes the python command below):

python C:\sermonindex_audio\chunk_paragraphs.py -i %INPUT_FOLDER% -o %OUTPUT_FOLDER% -H %1

please ensure that that for each batch run current file is not overwritten but appended to.

(If that is not possible please suffix the name so that each run appears as: failed_files_batch_YYYY_MM_DD_HH_MM_SS_to_YYYY_MM_DD_HH_MM_SS.txt where the time stamps are the start and stop times. )