Incubator-mxnet: Inconsistent naming of pow/power between mx.symbol and mx.nd

Created on 3 Apr 2019  路  7Comments  路  Source: apache/incubator-mxnet

mx.nd.pow and mx.symbol.power are named inconsistently. As a result, in a HybridBlock, one cannot do F.pow or F.powerl directly.

Bug Operator

All 7 comments

It's indeed a problem... To ensure backward compatibility I'll add both nd.power and sym.pow. How do you like such a fix?

@haojin2 That'll be perfect! Thanks!

@YutingZhang WIP, will let you know when the PR is out, should be within today.

@YutingZhang Fix in #14606

@mxnet-label-bot update [Bug, operator]

@YutingZhang Fix merged. Please let me know if the latest master solves your issue.

Thanks! @haojin2

Was this page helpful?
0 / 5 - 0 ratings

Related issues

realbns2008 picture realbns2008  路  3Comments

luoruisichuan picture luoruisichuan  路  3Comments

WangcsShuai picture WangcsShuai  路  3Comments

JonBoyleCoding picture JonBoyleCoding  路  3Comments

xzqjack picture xzqjack  路  3Comments