leezu edited a comment on issue #11434: add ignore_reinit to initialize to skip warnings URL: https://github.com/apache/incubator-mxnet/pull/11434#issuecomment-582122275 FYI, currently to avoid the warning one should only collect the parameters that are known to be uninitialized. Either by passing a regex to `collect_params()`, or using `model.subblockthatisnotinitiialized.initialize()`. That may not be always easily feasible, so it's worth to consider adding the `ignore_reinit` option. The current workaround is more safe, because it requires you to be explicit about what is uninitialized.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
