Skip to content

Value of MAX_LENGTH is not defined anywhere #3

Open
@adamconkey

Description

@adamconkey

The MAX_LENGTH parameter in train.py is not defined anywhere:

def train(input_variable, target_variable, encoder, decoder, encoder_optimizer, decoder_optimizer, criterion, max_length=MAX_LENGTH,teacher_forcing_ratio = 0.5):

What should be its default value?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions