Skip to content

NathanDeMaria/BagNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BagNet

Trying out ideas from the BagNet paper (Wieland Brendel and Matthias Bethge). Slides made with RISE

Build

docker build -t fastai-notebook .

Run

NVIDIA_VISIBLE_DEVICES=0 docker run \
    --rm -d --runtime=nvidia -p 8890:8888 \
    -v ~/reading_group/bagnet/notebooks/:/root/notebooks/ \
     fastai-notebook

About

A presentation on BagNet in fast.ai/pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages