Replies: 6 comments
-
Nemo does not support windows. You may try to use if with WSL 2 (or 1 if you want only CPU). |
Beta Was this translation helpful? Give feedback.
-
You can try the suggestion here then - https://stackoverflow.com/questions/2266646/how-to-disable-logging-on-the-standard-error-stream or https://www.delftstack.com/howto/python/suppress-warnings-python/ after importing the Nemo logger. |
Beta Was this translation helpful? Give feedback.
-
@burgil Did you solve this issue? I am a Linux user and wondering if there is a workaround or not. I am using cuda, but there are some |
Beta Was this translation helpful? Give feedback.
-
That is the solution: #1376 (comment) |
Beta Was this translation helpful? Give feedback.
-
@burgil I have NeMo installed on Windows directly - not in WSL2 (because: VMware), including pynini. I use it for Text-to-speech. Works fine, but I too would love to get rid of the excessive warnings, while keeping the Information, which is brief and focussed. |
Beta Was this translation helpful? Give feedback.
-
Can you try this?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm a windows user who tries to do ASR using Nemo without Cuda, I therefor can't install Apex and pynini no matter how hard we tried, I would like to simply mute these apex errors or optionally other warnings along and will love any solution for installing pynini so I can use the NLP module:
Code Used:
Win10
Py3.6-Py3.10
Worked on 3.8 and 3.9
by worked I mean transcribed, along with these errors:
Which means that the second codeblock regarding NLP gave this error:
Beta Was this translation helpful? Give feedback.
All reactions