A couple of minor points.
- The "WhisperJAV Control Panel" cell is numbered 3 when it should be 2 (this doesn't affect functionality)
- I get an error regarding numpy being previously imported when running the notebook for the first time. If I restart the session the error is resolved.
- And a minor request... Is it possible to add a code cell to disconnect the runtime on completion? This would avoid using compute units, while sitting idle, once a batch is completed - without having to manually disconnect the runtime. I do this by adding the code below in a cell at the end. There's probably nicer ways to do this. I don't know if the 5 second pause before disconnecting is necessary - I just put that there to ensure the last file is saved before disconnection.
#@markdown Disconnect and delete runtimeimport timetime.sleep(5) # Pause for 5 secondsfrom google.colab import runtimeruntime.unassign()Thanks for the new version!
Thanks for the input. Yes I've been pleased with the results of Japanese postprocessing and the timestamps. There are still some escapees every now an then. If you come across any please let me know, so I can add them to the filter. Good points on the notebook, I'll add them to the next version.