DDG icon indicating copy to clipboard operation
DDG copied to clipboard

A PyTorch implementation of the paper "Decoupled Parallel Backpropagation with Convergence Guarantee"

Results 2 DDG issues
Sort by recently updated
recently updated
newest added

Hi Author: Thank you for your work and code. I am interested in reproducing your results but found that the code is implemented with error as follows: RuntimeError: The expanded...

I think the downsample module is different from the cifar ResNet structure from the original paper. [Here](https://github.com/akamaster/pytorch_resnet_cifar10) seems to be a better implementation for the original ResNet structure.