Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
caffe2.python.modeling.initializers.ExternalInitializer Class Reference
Inheritance diagram for caffe2.python.modeling.initializers.ExternalInitializer:

Public Member Functions

def create_param (self, param_name, init_net, shape)
 

Detailed Description

This class is used in cases when the parameter should not be initialized by
the initializer, but rather provided in the workspace when param_init_net is
executed.

Current version is not doing any real sanity checks to the parameter.

Definition at line 38 of file initializers.py.


The documentation for this class was generated from the following file: