-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kaldi status output is too noisy #799
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Actually I will have to double check this, debug should be even more verbose. |
@kendonB The verbose output is most likely due to the following workaround in dictation-toolbox/dragonfly#235 |
@Danesprite @daanzu do you have thoughts on how to go about addressing this one? I'm a bit out of my depth here. |
@kendonB You can read the background at dictation-toolbox/dragonfly#182 and #774. I currently can't reproduce it myself. I welcome any help trying to track it down. Apparently, removing or disabling that |
@daanzu when you say you can't reproduce it, you mean on your regular system or using caster? |
@kendonB I can't reproduce it on my dev system currently, although it was happening in the past, both without caster. |
I tried reinstalling dragonfly changing the text of the message in this line: and I was still finding that the messages came through the same as before - no change. Does the kaldi model code package up some of the dragonfly code? Or am I just installing the package wrong? To install dragonfly locally I clone the repo then run
replacing python with the hard coded paths of all three of my python installations to be double sure. |
If kaldi is packaging up the dragonfly code, the kaldi releases might just need an update if you are not seeing it on your development system @daanzu? |
try the following |
@LexiconCode I tried doing it that way and I still see the same message without my change. |
OK worked it out - just had to delete stuff manually in the packages folder |
OK I am trying commenting out the logging line in dragonfly. I'll see if it ruins other things for me over the coming days.
|
@kendonB I should have been clearer. To "re-enable" the problem, you should only need to do one of (although your way should work too, modulo the craziness of this bug in the first place):
|
@daanzu your first bullet point means changing this line: to:
? |
@kendonB No, just add that line somewhere in your loader file or a grammar file, as long as it is executed after the logging initialization. But I am not experienced with Caster. |
I haven't noticed any trouble yet after quieting down the debug messages using:
This may have fixed it: |
I don't think that fixed it, because I think I still had it happen after that change, and reverting that change didn't allow me to reproduce it. But with this bug, not sure about anything 🤷 . |
Describe the bug
In the status window when running Kaldi, there is too much output.
To Reproduce
Steps to reproduce the behavior (be sure to include the exact command phrase you are using):
Expected behavior
Some concise output along the lines of what shows up in the Natlink status window with DNS.
Screenshots
If applicable, add screenshots to help explain your problem.
System:
The text was updated successfully, but these errors were encountered: