Skip to content

I can't use ConvLayers in deepqlearn.js #109

@soswow

Description

@soswow

There is a problem with this line:

var svol = new convnetjs.Vol(1, 1, this.net_inputs);

the shape of the input vector is basically hardcoded here when given to the network's forward function. Which makes it all break apart in line

if(oy>=0 && oy<V_sy && ox>=0 && ox<V_sx) {

Where we try to check for existence of those dimensions.

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