NAME

AI::MXNet::InitDesc

DESCRIPTION

Descriptor for initialization pattern.

new

Parameters
---------
name : str
    name of variable
attrs : hash ref of str to str
    attributes of this variable taken from AI::MXNet::Symbol->attr_dict

NAME

AI::MXNet::Initializer

DESCRIPTION

Base class for all Initializers

register

Register initializer class to the initializer factory

init

Parameters
----------
desc : AI::MXNet::InitDesc|str
    name of corresponding ndarray
    object that describes the initializer

arr : NDArray
    ndarray to be Initialized

Initialize by loading pretrained param from file or dict

Parameters
----------
param: str or dict of str->NDArray
    param file or dict mapping name to NDArray.
default_init: Initializer
    default initializer when name is not found in param.
verbose: bool
    log source when initializing.

4 POD Errors

The following errors were encountered while parsing the POD:

Around line 400:

=begin without a target?

Around line 427:

=begin without a target?

Around line 512:

=begin without a target?

Around line 570:

=begin without a target?