Luis Oala commited on
Commit
55d9e17
·
2 Parent(s): c5473b3 7162705

Merge branch 'master' of https://github.com/aiaudit-org/lens2logit

Browse files
Files changed (1) hide show
  1. train.py +2 -2
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"] = "AKIAYYIYHFHKBIJHOJPA"
137
- os.environ["AWS_SECRET_ACCESS_KEY"] = "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"
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