Skip to content

Lab 1, get_batch function #179

@FurrukhJamal

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] 

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions