Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Should I explicitly call init_weight()? #330

@pi-null-mezon

Description

@pi-null-mezon

If I do not want to use built-in serialization method and prefer to use my own (for compatibility reasons), should I explicitly call init_weight() before upload weights into the network? I asked because on version 0.1.1 all works without this method call, but on modern 1.0.0 without this call my project crashes and debuger points to the "nodes.h" line297: nn_error("Layer " + l->layer_type() + " not initialized."); .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions