Open brisker opened 3 years ago
You can directly modify the Pytorch official imagenet training example: https://github.com/pytorch/examples/blob/master/imagenet/main.py, by replacing the conv-resnet with adder-resnet and using cosine learning rate decay with 150 epochs training.
@HantingChen 如果你们暂时没有cuda版本的addernet开源计划, 可否提供你们的resnet-imagenet和resnet-cifar的训练log以供参考呢?
imagenet训练代码可以公布吗?