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
I was trying to recreate the output from saved model. When I looked into the LSTM model in deep_disfluency/rnn/lstm.py, the params variable, 'W_xo' is missing whereas this weight has been defined is the the LSTM constructor. Instead 'W_co' is saved twice. Is it done mistakenly? Can you provide me with file 'W_xo'?
Please let me know
The text was updated successfully, but these errors were encountered:
I was trying to recreate the output from saved model. When I looked into the LSTM model in deep_disfluency/rnn/lstm.py, the params variable, 'W_xo' is missing whereas this weight has been defined is the the LSTM constructor. Instead 'W_co' is saved twice. Is it done mistakenly? Can you provide me with file 'W_xo'?
Please let me know
The text was updated successfully, but these errors were encountered: