Skip to content

aa14av/wandb-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weights and Biases Tutorial on HiperGator

This Requires a Weights and Biases Account (https://wandb.ai/site)

HiPerGator Open On-Demand

  1. Navigate to the Open On-Demand Website: ood.rc.ufl.edu
  2. Open a Jupyter Notebook Session
  3. With your notebook open, select File -> New -> Console

Weights and Biases Setup

  1. Once you login, navigate to: https://wandb.ai/settings
  2. Select, Danger Zone -> API Keys -> New Key

Installation

  1. Begin by cloning this repository to your chosen home directory:
cd $HOME
git clone https://github.com/aa14av/wandb-tutorial.git
  1. Once the repository is cloned, use the file navigator within the notebook to open the cloned repository

  2. Open example.ipynb and select the kernel Tensorflow-2.7.0

  3. Copy/paste this API Key you generated earlier into example.ipynb after you run the line:

print("TensorFlow Version:", tf.__version__)
wb.login(); 

(It will ask for your API key)