Skip to content

uschpc/Building-NeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CARC Workshop on Building-NeuralNetworks

About

The material in this repo contains workshop materials related to building neural networks for deep learning applications.

Software Environment Setup

(Make sure you are connnected to USC secure wireless or VPN first) First login to CARC OnDemand: https://ondemand.carc.usc.edu/ and request a 'Discovery Cluster Shell Access' within OpenOnDemand.

We will use Conda to build software packages. If it is the first time you are using Conda, make sure you follow the guide of how to use Conda with this link: https://www.carc.usc.edu/user-guides/data-science/building-conda-environment

salloc --partition=gpu --gres=gpu:1 --cpus-per-task=8 --mem=32GB --time=1:00:00 
module purge
module load conda
git clone https://github.com/uschpc/Building-NeuralNetworks.git
cd Building-NeuralNetworks
python carc_conda_setup.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors