Skip to content
/ CapsNet Public
forked from leftthomas/CapsNet

A PyTorch implementation of CapsNet based on Geoffrey Hinton's paper "Dynamic Routing Between Capsules"

License

Notifications You must be signed in to change notification settings

vateye/CapsNet

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CapsNet

A PyTorch implementation of CapsNet based on Geoffrey Hinton's paper Dynamic Routing Between Capsules

Requirements

conda install pytorch torchvision -c soumith
conda install pytorch torchvision cuda80 -c soumith # install it if you have installed cuda
  • tqdm
pip install tqdm

Usage

git clone https://github.com/leftthomas/CapsNet.git
cd CapsNet
python main.py

Other Implementations

About

A PyTorch implementation of CapsNet based on Geoffrey Hinton's paper "Dynamic Routing Between Capsules"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%