We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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()
The text was updated successfully, but these errors were encountered:
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']
Sorry, something went wrong.
No branches or pull requests
Notebooks data.ipynb and matrix_factorization.ipynb are populated with
which raises the attribute error.
Guess should be
The text was updated successfully, but these errors were encountered: