piiswrong commented on a change in pull request #7786: Pvanet:Deep but 
Lightweight Neural Neural Networks for Real-time Object Detection
URL: https://github.com/apache/incubator-mxnet/pull/7786#discussion_r137441731
 
 

 ##########
 File path: example/image-classification/symbols/pvanet.py
 ##########
 @@ -0,0 +1,140 @@
+import mxnet as mx
+def get_symbol(num_classes, **kwargs):
+
+    data = mx.sym.Variable(name='data')
 
 Review comment:
   why put the same file at two places?
 
----------------------------------------------------------------
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