Skip to content

shyhyawJou/DEKM-Pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Result (MNIST)

  • Training Result
    Average accuracy of training data can reach over 85%, maximum can reach over 92%.
    model weight is at ./weight

  • Test Result

Usage

python train.py -pre_epoch 15 -epoch 10 -k 10
  • if your cuda memory is not enough, you should use less training data:
    add the command parameter -take, -take 0.8 will only use 80% training data.
python train.py -pre_epoch 15 -epoch 10 -k 10 -take 0.8

Note

This repository is mainly for academic purposes.

About

A convenient "DEKM" implemented in PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages