Merge branch 'master' of https://github.com/aiaudit-org/lens2logit
Browse files
train.py
CHANGED
@@ -133,8 +133,8 @@ def run_train(args):
|
|
133 |
# set tracking uri, this is the address of the mlflow server where light experimental data will be stored
|
134 |
mlflow.set_tracking_uri(args.tracking_uri)
|
135 |
mlflow.set_experiment(args.experiment_name)
|
136 |
-
os.environ["AWS_ACCESS_KEY_ID"] = "
|
137 |
-
os.environ["AWS_SECRET_ACCESS_KEY"] = "
|
138 |
|
139 |
# dataset
|
140 |
|
|
|
133 |
# set tracking uri, this is the address of the mlflow server where light experimental data will be stored
|
134 |
mlflow.set_tracking_uri(args.tracking_uri)
|
135 |
mlflow.set_experiment(args.experiment_name)
|
136 |
+
os.environ["AWS_ACCESS_KEY_ID"] = "#TODO: fill in your aws access key id for mlflow server here"
|
137 |
+
os.environ["AWS_SECRET_ACCESS_KEY"] = "#TODO: fill in your aws secret access key for mlflow server here"
|
138 |
|
139 |
# dataset
|
140 |
|