refactor(log): use UnifiedLogger in training script
This commit is contained in:
parent
46ae13abc3
commit
d9202b0390
2 changed files with 34 additions and 20 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Brittle Star Project Environment Variables
|
||||
# Copy this file to .env and fill in your values.
|
||||
# IMPORTANT: Never commit the actual .env file, it is in .gitignore
|
||||
|
||||
# ---------------------------- #
|
||||
# Weights and Biases API Key #
|
||||
# ---------------------------- #
|
||||
# To find your API key:
|
||||
# 1. Log in to wandb.ai
|
||||
# 2. Go to User Settings (https://wandb.ai/settings)
|
||||
# 3. Scroll down to the "API keys" section
|
||||
WANDB_API_KEY=your_api_key_here
|
||||
Reference in a new issue