Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate_MS() missing 1 required positional argument: 'P2' #19

Open
chenimaio opened this issue Feb 8, 2021 · 1 comment
Open

Propagate_MS() missing 1 required positional argument: 'P2' #19

chenimaio opened this issue Feb 8, 2021 · 1 comment

Comments

@chenimaio
Copy link

Hello.
I tried the RGMP code to understand it.
And i use the code made by xanderchf.
but there is missing argument in the middle of code.
How can i solve it.

Error was occurred in here
for f in range(0, num_bptt - 1):
output, ms = Propagate_MS(ms, all_F[:,:,f+1], all_E[:,0,f])

TypeError: Propagate_MS() missing 1 required positional argument: 'P2'

Thanks you in advance.

@infinitr0us
Copy link

Propagate_MS(ms, model, all_F[:,:,f+1], all_E[:, 0, f])

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants