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

Fixed docs #5288

Merged
merged 9 commits into from Mar 7, 2017
Merged

Fixed docs #5288

merged 9 commits into from Mar 7, 2017

Conversation

zackchase
Copy link
Contributor

symbol.md referred to mxnet.symbol.var (doesn't exist)

 a = mx.sym.var('a')

Fixed in all places to Variable, e.g.

 a = mx.sym.Variable('a')

Also improved documentation on README.md

@piiswrong piiswrong merged commit 8d0a3d1 into apache:master Mar 7, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants