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

No Activation Information for mxnet.gluon.nn._Conv #12353

Closed
wkcn opened this issue Aug 25, 2018 · 1 comment · Fixed by #12354
Closed

No Activation Information for mxnet.gluon.nn._Conv #12353

wkcn opened this issue Aug 25, 2018 · 1 comment · Fixed by #12354

Comments

@wkcn
Copy link
Member

wkcn commented Aug 25, 2018

Description

It's confused that there is no any activation information for mxnet.gluon.nn._Conv

>>> mx.gluon.nn.Conv2D(channels=3,kernel_size=(1,1))
Conv2D(None -> 3, kernel_size=(1, 1), stride=(1, 1))
>>> mx.gluon.nn.Conv2D(channels=3,kernel_size=(1,1),activation='relu')
Conv2D(None -> 3, kernel_size=(1, 1), stride=(1, 1))

Environment info (Required)

Package used (Python/R/Scala/Julia):
Python

Build info (Required if built from source)

MXNet commit hash:
ad34e05
ver 1.3.0

What have you tried to solve it?

  1. Add the activation information in mxnet.gluon.nn._Conv.__repr__
@ankkhedia
Copy link
Contributor

@mxnet-label-bot [Feature Request, Gluon]

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

Successfully merging a pull request may close this issue.

3 participants