Neel Gajjar
Neel Gajjar
Hello, i am using jetson nano to run openvslam and uses stereo camera for it. it is worked well but it is running very slow in jetson nano. i am...
Has anyone tested this with Jetpack 4.6? Is everything working as expected? In my jetson device, it is not working.
def _build_decoder_cell(self, hparams, encoder_outputs, encoder_state, source_sequence_length): """Build a RNN cell with attention mechanism that can be used by decoder.""" # No Attention if not self.has_attention: return super(AttentionModel, self)._build_decoder_cell( hparams, encoder_outputs,...
def _build_decoder_cell(self, hparams, encoder_outputs, encoder_state, source_sequence_length): """Build a RNN cell with attention mechanism that can be used by decoder.""" # No Attention if not self.has_attention: return super(AttentionModel, self)._build_decoder_cell( hparams, encoder_outputs,...