Hannes Kuchelmeister
commited on
Commit
·
83ef871
1
Parent(s):
8d9de2d
add .env.example files
Browse files
annotation-preprocessing/.env.example
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
DB_HOST=localhost
|
| 2 |
+
DB_USER=someuser
|
| 3 |
+
DB_PASSWORD=somepassword
|
| 4 |
+
DB_NAME=somedatabase
|
| 5 |
+
|
| 6 |
+
IMG_SIZE=75
|
| 7 |
+
ROOT_IN=in
|
| 8 |
+
|
data-preprocessing/.env.example
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
DATA_FILE=data.json
|
| 2 |
+
OUT_FILE=metadata.csv
|
| 3 |
+
|
models/.env.example
CHANGED
|
@@ -3,5 +3,3 @@
|
|
| 3 |
# the variables declared in .env are loaded in train.py automatically
|
| 4 |
# hydra allows you to reference variables in .yaml configs with special syntax: ${oc.env:MY_VAR}
|
| 5 |
|
| 6 |
-
MY_VAR="/home/user/my/system/path"
|
| 7 |
-
MY_KEY="asdgjhawi8y23ihsghsueity23ihwd"
|
|
|
|
| 3 |
# the variables declared in .env are loaded in train.py automatically
|
| 4 |
# hydra allows you to reference variables in .yaml configs with special syntax: ${oc.env:MY_VAR}
|
| 5 |
|
|
|
|
|
|