XDUSPONGE / Difference-Target-Propagation

DTP implemented with PyTorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Difference Target Propagation

The difference target propagation based on PyTorch, the original code can be find

https://github.com/donghyunlee/dtp

Requirements

  • python 3.7
  • torch
  • torchvision
  • numpy

Results

We train the model for 100 epochs, and the best accuracy is 98.14%. image

About

DTP implemented with PyTorch


Languages

Language:Python 100.0%