Skip to content

Visual Recognition (CS698O) environment and assignments

Notifications You must be signed in to change notification settings

shivnshu/CS698O-VR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Recognition Environment Setup and Assignments

Requirements

Local Setup

  1. Run docker build -t <image_name> <Dockerfile location> or docker pull shivnshu/pytorchwithcuda
  2. Run nvidia-docker run -v <folder_location>:/root/Project -p 8888:8888 --rm -ti --ipc=host <image_name>
  3. Run jupyter notebook in container and access web interface on host machine on url http://localhost:8888 (default password: shivnshu)