This Requires a Weights and Biases Account (https://wandb.ai/site)
- Navigate to the Open On-Demand Website: ood.rc.ufl.edu
- Open a Jupyter Notebook Session
- With your notebook open, select File -> New -> Console
- Once you login, navigate to: https://wandb.ai/settings
- Select, Danger Zone -> API Keys -> New Key
- Begin by cloning this repository to your chosen home directory:
cd $HOME
git clone https://github.com/aa14av/wandb-tutorial.git
-
Once the repository is cloned, use the file navigator within the notebook to open the cloned repository
-
Open
example.ipynb
and select the kernelTensorflow-2.7.0
-
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)