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

Remove '+=' in inception-resnet-v2 #9694

Merged
merged 1 commit into from
Feb 5, 2018
Merged

Conversation

solin319
Copy link
Contributor

@solin319 solin319 commented Feb 5, 2018

Symbol does not support '+='.

def __iadd__(self, other):
        raise NotImplementedForSymbol(self.__iadd__, '+=', other, 1)

Symbol does not support '+='.
```
def __iadd__(self, other):
        raise NotImplementedForSymbol(self.__iadd__, '+=', other, 1)
```
@solin319 solin319 requested a review from szha as a code owner February 5, 2018 04:01
@piiswrong piiswrong merged commit 921fbe9 into apache:master Feb 5, 2018
@solin319 solin319 deleted the patch-2 branch February 6, 2018 01:01
rahul003 pushed a commit to rahul003/mxnet that referenced this pull request Jun 4, 2018
Symbol does not support '+='.
```
def __iadd__(self, other):
        raise NotImplementedForSymbol(self.__iadd__, '+=', other, 1)
```
zheng-da pushed a commit to zheng-da/incubator-mxnet that referenced this pull request Jun 28, 2018
Symbol does not support '+='.
```
def __iadd__(self, other):
        raise NotImplementedForSymbol(self.__iadd__, '+=', other, 1)
```
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.

2 participants