Git Product home page Git Product logo

dpns's Issues

OSError

hi, when i run score.py, there is a such mistake:
Traceback (most recent call last):
File "D:/PycharmProjects/DPNs-master/score.py", line 110, in
speed = score(metrics=metrics, **vars(args))
File "D:/PycharmProjects/DPNs-master/score.py", line 42, in score
inter_method=2 # bicubic
File "D:\Python35\lib\site-packages\mxnet\io.py", line 725, in creator
ctypes.byref(iter_handle)))
OSError: exception: access violation reading 0x0000000000000090
can you help me ,thanks a lot.

"Mean-Max pooling"

"Please let me know if any other resarchers have proposed exactly the same technique."

you may want to search about "mix pooling". some examples are:

[1] "Mixed Pooling for Convolutional Neural Networks"- Dingjun Yu, Hanli Wang, Peiqiu Chen, and Zhihua Wei

[2] "Generalizing Pooling Functions in Convolutional Neural Networks: Mixed, Gated, and Tree" - Chen-Yu Lee, Patrick W. Gallagher, Zhuowen Tu

How should I varify the trained model by run_val.sh?

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 file is. And if I want to test a image, how should I do?
Thanks very much!

DPN-98 on Place365-Standard dataset

Hi,
Thank for your sharing. But I want to use DPn-98 or Dpn-92 pretrained model on Place365-Standard dataset,
Can you give me a site?
Thank you very much

How to train DPNs

I try to train DPNs by modifying the score.py, but it doesn't work, the Train-accuracy is always 0.

The op of slice_axis?

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

batch normalization layer

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

The order of Blocks: BN-Act-Conv2d or Conv2d-BN-Act?

Hello,
Your implementation uses the Micro-block as: BN-Act-Conv2d.
However, the ResNeXt uses the micro-block structure: Conv2d-BN-Act.
So between the two implementations, the Conv2d is missing at the first block.

Reading your paper, if I understand correctly, the implementation should follow the ResNeXt style
, such as implemented by Titu1994

Can you help to clarify the difference (if any)? Thanks for your help.

ImageNet-5k data

Hi, yunpeng. I am trying to prepare ImageNet-5k training data by your provided train.lst.
I have prepared the ImageNet-10k, and I found that many images which in your train.lst are not included in ImageNet-10k dataset.
Such as:
IOError: [Errno 2] No such file or directory: '/home/datasets/Dataset/imagenet10k/n02399000/n02399000_5702.JPEG'

Would you mind sharing more informations about the preparation of ImageNet-5k data?

caffe model?

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

Finetune on new dataset

Hi, I am trying to finetune DPN-107 on a new dataset. I use latest mxnet and add scale=0.0167 in image iter. However, the training accuracy is very low. The resnext 101 model can reach 80+ while dpn only 40+. I have verified that using latest mxnet and scale=0.0167 can get TOP-1 ~95.0 on imagenet validation. So it's very stange why finetuning DPN on new dataset is not working well. I also tried to fix all layers except the last fc for classification. The performance is also very low. Do you have any comment on how to finetune DPN on new dataset? Thanks.

some question about hyper parameter

Hi! Thanks for your impressive work! I'm trying to remake your results. Would you share more information about your hyper parameters, especially the steps for learning rate which I can not find any information about the value in detail.

about inference image shape

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 the input images, does it just resize the image into [3, 320, 320], or some other operations?
Thx for your help!~~

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.