Skip to content
This repository was archived by the owner on May 28, 2019. It is now read-only.
This repository was archived by the owner on May 28, 2019. It is now read-only.

Batch #76

Description

@hash2430

when you give input to the model, do you give one npz to the model at a time?
It seems

  1. train() is called for every epoch
  2. "for full_txt, full_feat, spkr in train_enum" is called for every batch
  3. "for txt, feat, spkr, start in batch_iter:" is called for every npz
    ==> model.forward() is called here then the loss is sumed up for batch
    Then what is the meaning of having batch at all when model is not called batch-wise?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions