You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
I follow librispeech/asr/simple_v1/ recipe example, and rebuild k2 newest master(2021-1-4).
When I run python3 asg_train.py , It gives the following error:
scores: tensor([ 1.9269, 1.4873, 0.9007, ..., 0.0990, -1.0238, -1.6546])
scores shape is : torch.Size([52899])
Traceback (most recent call last):
File "asg_train.py", line 430, in <module>
main()
File "asg_train.py", line 297, in main
P.set_scores_stochastic_(scores)
TypeError: set_scores_stochastic_() takes 1 positional argument but 2 were given
I think it is a bug.
The text was updated successfully, but these errors were encountered:
I follow
librispeech/asr/simple_v1/
recipe example, and rebuild k2 newest master(2021-1-4).When I run
python3 asg_train.py
, It gives the following error:I think it is a bug.
The text was updated successfully, but these errors were encountered: