Giter Site home page Giter Site logo

cuhackit_demo's Introduction

CUHackit_Demo

This repository contains the jupyter notebook and slides exported to PDF for reference. The code is there for you to tinker with and make the baseline network better.

Setting up a PyTorch Development Environment

For the purposes of this talk, we'll take advantage of the Palmetto Supercomputing Cluster. Convieniently, we have JupyterHub available to us for exploring jupyter notebooks. However, before we use that, we need to get our environment up and running.

Palmetto Setup:

Login to your palmetto login node and load the following modules:

1) anaconda/5.1.0 

2) cuda-toolkit/9.0.176   

3) cuDNN/9.0v7

You also want to create (or edit) a .jhubrc file and write these exact same lines to that file as well. Now our dev environment is ready to be created. Create a new conda environment like so:

conda create -n <my-name> python=3.5 

The <my-name> is to be replaced by a name of your choice. The name will be important in how you refer to your environment. Finally, we want to install ipython and then a kernelspec (this tells Jupyter to refer our anaconda environment). The kernel spec can now be installed like so:

python -m ipykernel install --user --name <my-name> --display-name <some-display-name> 

Once all of this is ready, we are all set to install PyTorch and then run our notebook. Simply clone this repo in your home directory and we're all set to go.

cuhackit_demo's People

Contributors

aicaffeinelife avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.