Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Mxnet Initializer equivalent #8605

Closed
SrivastavaKshitij opened this issue Nov 10, 2017 · 1 comment
Closed

Mxnet Initializer equivalent #8605

SrivastavaKshitij opened this issue Nov 10, 2017 · 1 comment
Labels

Comments

@SrivastavaKshitij
Copy link

SrivastavaKshitij commented Nov 10, 2017

Hi there

I am working on an old mxnet code. (https://mxnet.incubator.apache.org/tutorials/nlp/cnn.html)

Here initialization is being done in the following manner:

Initializer(name, arg_dict[name]).... Now this has been deprecated. How can i re-write this in the new version ?

The reason for me to ask this question is that i can't find the version before which this was deprecated. hence , i cant find the documentation

@eric-haibin-lin
Copy link
Member

The documentation indeed needs lots of improvement.
Did you try to type help(function_name) to check the documentation for the previous version and compare with the current version?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants