Skip to content

batch size? #8

Open
Open
@cwsmith

Description

@cwsmith

It appears that we are specifying a batch size of 1 here:

train_loader = DataLoader(train_dataset, batch_size=1, shuffle=False)
val_loader = DataLoader(val_dataset, batch_size=1, shuffle=False)

Should we test other sizes? How can this affect the learning rate and/or performance?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions