Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 435 Bytes

File metadata and controls

19 lines (13 loc) · 435 Bytes

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