We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I am trying to train the Induction baseline using the Karel Dataset and I got an error for the following lines -
I have used 'luong_monotonic' for attn_type and set the rest to 0 (boolean).
Are these the intended assignments to the above variables?
The text was updated successfully, but these errors were encountered: