/BagNet

A presentation on BagNet in fast.ai/pytorch

Primary LanguageJupyter Notebook

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