Wang-zipeng

Results 6 issues of Wang-zipeng

I have a question about how to set the number of filter to prune, every layers has its own numbers or the whole network share a number, and how to...

Question about loss, I have a question about the loss function, in this repo, loss function is only a cross_entropy but in the paper this cross_entropy and Xγ∈Γ g(γ) ,...

I used the script nuScenes_3Ddetection_e140.sh in the CenterTrack/experiments, but I can't reimplement the result in the model zoo with a mAP about 0.30~.When I run the command "python test.py ddd...

Implement train on windows. Compile steps(need visual studio 2017): 1. Setup compile environment: execute "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat" in the windows cmd to establish a compile environment. 2. execute...

Dear Luo, I have read this paper about how select filter to prune, I have a question that should I calculate the scores of every layer's every channel ? If...

Hi, I am very interest in your implementation of structured-sparsity in pytorch, but I don't know how to use it, please show me a exmaple?