wp1120103773

Results 4 comments of wp1120103773

> Running python -m PHASEN_009._2_train Will report an error TypeError: forward() missing 1 required positional argument: 'L',what would cause this? i have the same problem.Have you solved it yet?

modifing the line 92 ,let L = 48000, in the conv_stft.py can solve this problem.

> You're welcome.Are you Chinese?If you like,I think that you can add me to qq:1120103773, so we can talk about some questions.

Sorry,modifing the line 92 ,let L = 48000, in the conv_stft.py can‘t solve this problem,But i get the other way,let L=None,and insert the line :”L = outputs.size(-1)“ before line 111...