Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 801 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 801 Bytes

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