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

a question on transduction #35

Open
fvarno opened this issue Aug 24, 2018 · 1 comment
Open

a question on transduction #35

fvarno opened this issue Aug 24, 2018 · 1 comment

Comments

@fvarno
Copy link

fvarno commented Aug 24, 2018

why instead of

unused = task_metalearn((self.inputa[0], self.inputb[0], self.labela[0], self.labelb[0]), False)

you haven't used the following:

unused = self.forward(self.inputa[0], weights, reuse=reuse)

?

@cbfinn
Copy link
Owner

cbfinn commented Aug 28, 2018

It should work to use unused = self.forward(self.inputa[0], weights, reuse=False)

An older version of the code required it to be task_metalearn instead of forward. Feel free to make a pull request if you'd like.

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