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
- Host: GitHub
- URL: https://github.com/aa14av/wandb-tutorial
- Owner: aa14av
- License: gpl-3.0
- Created: 2023-09-22T14:10:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T19:49:36.000Z (over 2 years ago)
- Last Synced: 2025-09-08T22:07:34.155Z (10 months ago)
- Topics: hipergator, tensorflow, weights-and-biases
- Language: Jupyter Notebook
- Homepage:
- Size: 30.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)