An open API service indexing awesome lists of open source software.

https://github.com/aa14av/wandb-tutorial

Weights and Biases Tutorial on HiPerGator
https://github.com/aa14av/wandb-tutorial

hipergator tensorflow weights-and-biases

Last synced: about 2 months ago
JSON representation

Weights and Biases Tutorial on HiPerGator

Awesome Lists containing this project

README

          

# 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](https://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
```

2. Once the repository is cloned, use the file navigator within the notebook to open the cloned repository

3. Open `example.ipynb` and select the kernel `Tensorflow-2.7.0`

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

```python
print("TensorFlow Version:", tf.__version__)
wb.login();
```
(It will ask for your API key)