DPNs icon indicating copy to clipboard operation
DPNs copied to clipboard

Dual Path Networks

Results 16 DPNs issues
Sort by recently updated
recently updated
newest added

Hi, Does DPNs has the trained model which based on Caffe?

I have seen the code that the validated datavaridat is set by the parameter of ‘--data-val'. And the default value is '/tmp/val.rec‘. But I don't know what and where this...

How to trian my dataset by DPNs? Do you have some detailed description? Thank you for help.

In scope.py, the shape of input image is [3, 320, 320] during inference step, i want to know how did you do it? I saw you use ImageRecorderIter to preprocess...

hi, I have check the json file of your model, and I found that there is a slice-axis op,but I can't find the implementation of this operation in mxnet/src/operator

I noticed that in model json files, there are not "moving_mean" and "moving_variance" in BatchNorm layers. Can you explain why? Thx.