FiveMinHack commented on issue #8683: DenseNet with shared memory
URL: 
https://github.com/apache/incubator-mxnet/issues/8683#issuecomment-345507090
 
 
   No, that would be the original DenseNet implementation I believe.
   Latest commit there is May 31 in densenet.py if I read it correct. This 
paper: 
   https://arxiv.org/abs/1707.06990
   is from July 21.
   
   Also, the fact that there is a Concat operation in the code (line 66 in 
densenet.py) like this
   
   [line 66] data = mx.symbol.Concat(data, Block, name=name + '_concat%d' % (i 
+ 1))
   
   indicates that it is not with shared memory on the GPU.
   (https://github.com/taineleau/densenet.mxnet/blob/master/densenet.py 
following your reference)
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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