4 lines
111 B
Python
4 lines
111 B
Python
|
|
import os
|
||
|
|
|
||
|
|
WANDB_KEY_FILE = os.path.join(os.path.dirname(os.path.abspath(__file__)), "wandb_api_key_file.txt")
|