yangfly commented on issue #14515: Should gluon layer support **name** field?
URL: 
https://github.com/apache/incubator-mxnet/issues/14515#issuecomment-477413836
 
 
   @eureka7mt Thank you for your advice, but there are two drawbacks with 
`prefix=name_`. 
   - Naming conflicts: conv with prefix='conv1_' and the 2th auto-named conv. 
   - Unnecessary suffix: `_fwd`
   
   
![image](https://user-images.githubusercontent.com/15797180/55123521-f06c6000-513d-11e9-9aa7-f55d3751ca22.png)
   
   - Perhaps we should set a pythonic prefix '_' for auto-named layers, like 
`_conv1`, `_pool1`, `_batchnorm1`, which is different from user defined names 
`conv1`, `pool1` and `batchnorm1`。And why `_fwd` is necessary in auto-naming?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to