-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
questionFurther information is requestedFurther information is requested
Description
The encoder outputs the type of TensorBMStarL :
def encode(self, x: Batch) -> TensorBMStarL:
return self.encoder_decoder.encoder(x)The forwards pass of the EncoderProcessorDecoder is :
def forward(self, batch: Batch) -> TensorBTSPlusC:
return self.decode(self.processor(self.encode(batch)))however the processor should expect EncodedBatch, Is this all correct ?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Type
Projects
Status
Todo