Skip to content

Lab 1, get_batch function #179

Description

@FurrukhJamal

In this function the length of the vectorized_songs is calculated as

n = vectorized_songs.shape[0] - 1

why is there a minus 1 there

vectorized_songs.shape
comes out to be
(200679,)

shouldn't it be just

n = vectorized_songs.shape[0] 

?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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