Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'module' object has no attribute 'sum_axis' #10

Open
WellyZhang opened this issue Nov 7, 2016 · 1 comment
Open

AttributeError: 'module' object has no attribute 'sum_axis' #10

WellyZhang opened this issue Nov 7, 2016 · 1 comment

Comments

@WellyZhang
Copy link

Notebooks data.ipynb and matrix_factorization.ipynb are populated with

mx.sym.sum_axis()

which raises the attribute error.

Guess should be

mx.sym.sum()
@ouceduxzk
Copy link

same question , seems there is no such sum_axis

dir(mxnet.symbol)
['Activation', 'AttrScope', 'BatchNorm', 'BlockGrad', 'Concat', 'Context', 'Convolution', 'Deconvolution', 'Dropout', 'ElementWiseSum', 'Embedding', 'Executor', 'ExecutorHandle', 'Flatten', 'FullyConnected', 'Group', 'IdentityAttachKLSparseReg', 'LRN', 'LeakyReLU', 'LinearRegressionOutput', 'LogisticRegressionOutput', 'MAERegressionOutput', 'NDArray', 'NDArrayHandle', 'NameManager', 'Number', 'Pooling', 'Reshape', 'SliceChannel', 'Softmax', 'SoftmaxActivation', 'SoftmaxOutput', 'SwapAxis', 'Symbol', 'SymbolHandle', 'UpSampling', 'Variable', '_LIB', 'builtins', 'doc', 'file', 'name', 'package', '_init_symbol_module', '_make_atomic_symbol_function', 'abs', 'absolute_import', 'c_array', 'c_str', 'ceil', 'check_call', 'copy', 'cos', 'ctypes', 'ctypes2docstring', 'exp', 'floor', 'load', 'load_json', 'log', 'maximum', 'minimum', 'mx_uint', 'pow', 'py_str', 'round', 'rsqrt', 'sign', 'sin', 'sqrt', 'square', 'string_types', 'sys', 'zeros']

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

No branches or pull requests

2 participants