Dongyue Wu

Results 5 issues of Dongyue Wu

I noticed that there are only config files for psp18. and when I run `python tool/train_with_flow.py`, I got this: -- Process 1 terminated with the following error: Traceback (most recent...

Hi~ I want to reproduce the claimed ResNet-50 DepGraph 75.83 results on ImageNet. However, I noticed that in the [benchmark/readme.md](https://github.com/VainF/Torch-Pruning/blob/master/benchmarks/readme.md), there is only an implementation of the Group-L1 by runing...

I followed your instructions to train a ResNet101-DeeplabV3+-decouple just like your provided script to train the ResNet50-DeeplabV3+-decouple. Despite I got a decent results for the first stage to train the...

First, I appreciate your insightful work. But when runing the code `python calculate_ci.py --arch resnet_56 --repeat 5 --num_layers 55`, I encounter the following error: > Traceback (most recent call last):...

Thanks for your amazing work! However, when I was running the command for ResNets on ImageNet x3.06 using an A100(80G) gpu, the memory usage continues increase from 27G to 79G...