blob: 5c8d7b992c7bf4edfc53a09c270ad345c6e34c24 [file] [log] [blame]
``mx.init.create``
====================================
Description
----------------------
Create initialization of argument like arg.array
Usage
----------
.. code:: r
mx.init.create(initializer, shape.array, ctx = NULL, skip.unknown = TRUE)
Arguments
------------------
+----------------------------------------+------------------------------------------------------------+
| Argument | Description |
+========================================+============================================================+
| ``initializer`` | The initializer. |
+----------------------------------------+------------------------------------------------------------+
| ``shape.array`` | A named list that represents the shape of the weights |
+----------------------------------------+------------------------------------------------------------+
| ``ctx`` | mx.context The context of the weights |
+----------------------------------------+------------------------------------------------------------+
| ``skip.unknown`` | Whether skip the unknown weight types |
+----------------------------------------+------------------------------------------------------------+