generated from tu-studio/hpc-cluster-ml-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
global.env
43 lines (31 loc) · 1.26 KB
/
global.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Copyright 2024 tu-studio
# This file is licensed under the Apache License, Version 2.0.
# See the LICENSE file in the root of this project for details.
########################################
## Project configuration ##
########################################
# Name of the project
TUSTU_PROJECT_NAME=neural-reverb-emulation
########################################
## Docker configuration ##
########################################
# Docker Hub username for pushing/pulling Docker images
TUSTU_DOCKERHUB_USERNAME=tustudio
# Python version for the Docker image
TUSTU_PYTHON_VERSION=3.12.4
########################################
## TensorBoard Host configuration ##
########################################
# SSH Host for TensorBoard
TUSTU_TENSORBOARD_HOST='[email protected]'
# Interval in epochs for syncing TensorBoard logs to Host
TUSTU_SYNC_INTERVAL=1
# Path to the directory where TensorBoard logs are stored
TUSTU_TENSORBOARD_HOST_DIR=Data
########################################
## HPC Cluster configuration ##
########################################
# SSH config for the HPC Cluster
TUSTU_HPC_SSH=hpc
# Path to the directory where the Git repository is cloned on the HPC Cluster
TUSTU_HPC_DIR=/scratch/michaelwitte