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

Induction Baseline - Namespace errors #6

Open
Asfiya-Baig opened this issue Jan 23, 2020 · 0 comments
Open

Induction Baseline - Namespace errors #6

Asfiya-Baig opened this issue Jan 23, 2020 · 0 comments

Comments

@Asfiya-Baig
Copy link

Hi,

I am trying to train the Induction baseline using the Karel Dataset and I got an error for the following lines -

self.pixel_input = self.config.pixel_input or self.config.dataset_type == 'vizdoom'
self.attn_type = self.config.attn_type # I have used 'luong_monotonic'
self.state_encoder_fc = self.config.state_encoder_fc
self.concat_state_feature_direct_prediction =
self.config.concat_state_feature_direct_prediction
self.stack_subsequent_state = self.config.stack_subsequent_state

I have used 'luong_monotonic' for attn_type and set the rest to 0 (boolean).
Are these the intended assignments to the above variables?

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

1 participant