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

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

@wkcn

Description

@wkcn

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__

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions