Closed prajwaljpj closed 3 years ago
I fixed matplotlib's version. I have not seen the other error messages before, could you post your pip freeze?
Fixed! The requirement mentions tensorflow >=2.2.0 and works flawlessly with that version. I was using tensorflow version 2.4. I have not tested with version 2.3 yet. But it does not seem to work with 2.4 even if it is built from source.
The reason maybe related to the version of librosa
,
I solved the problem by downgrade to librosa==0.7.2
@taylorlu Hi, are you on tf 2.4? Also, librosa should already be fixed at 0.7.1, did you upgrade or downgrade from 0.8?
Yes, 0.8->0.7.2 fixed the problem, and tf2.4 is ok.
Interesting! I don't have the resource to test on 2.4 as of now. Will reopen if I face an issue when I test it. Thanks @cfrancesco @taylorlu !
Hello, I get a lot of errors, deprecations warnings of matplotlib, or unable to write a specific summary. It would be great if the author updates the README.md with the matplotlib, tqdm versions in the requirements.txt file.
A more elaborate version of the error:
Although the training continues, it fails at random instances.
When it fails this is the error:
Any help would be appreciated! :)