jacky4323

Results 9 issues of jacky4323

Hi , thanks for your great work I have some questions. Why in the details implementation, just use square than mean,not using L2-norm in the paper you described? ![image](https://user-images.githubusercontent.com/31586393/44843856-ed7ac100-ac7b-11e8-9d93-a10dc8d88b6d.png) ```...

Hi, To see the connection of pretrained network,it can easly use visualize method,like the code below. However,I think symbol file is more clearly than visualize the network (similar to caffe...

enhancement
doc

thanks for your great work!! I have some questions. I use this model(multiplier = 1.0) to train my detection model and I have to resize my input probably to 300x300...

Hi, in symbol/symbol_darknet19.py,there is some batchnorm layers and I notice that use_global_stats should be True when demo or inference. But in the demo.py I didn't see use_global_stats set to be...

Hi, I use my own MXNet pakages that built from source,beacause I also has some custom operator. As you mentioned in your readme file ,some custom operators are not presented...

Hi, I have some questions Why do you use HardTanh function to implement activation function in BNN_cifar100.py? In other words ,if the previous layer has HardTanh function,and the output of...

Hi, I'm confuced about the last layers of the feature map with stride 2 and kernel size =3,and I also visualize the network with the infer_shape showed as below,How can...

Hi, Did you have training MobileNet-v2 SSD Model? Are there some pretrained model I can use? Thanks.

Did you have darknet19 yolo symbol file? Could you please share some files? thanks a lot!!