demo2program icon indicating copy to clipboard operation
demo2program copied to clipboard

Induction Baseline - Namespace errors

Open Asfiya-Baig opened this issue 5 years ago • 0 comments

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?

Asfiya-Baig avatar Jan 23 '20 21:01 Asfiya-Baig