Skip to content

Error in the function call in assignment 2 in the file ConvolutionalNetworks.ipynb #3

@swap2ag

Description

@swap2ag

In the naive forward pass cell, line 8 is out, _ = sed_conv_im2col_forward(x, w, b, conv_param). But, it should be out, _ = conv_forward_naive(x, w, b, conv_param)

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