update MLProject, jenkinsfile_train-sacred, dllib-mlflow.py
This commit is contained in:
parent
0a55ca544d
commit
237b98a503
@ -17,7 +17,7 @@ from sacred.observers import MongoObserver
|
||||
|
||||
# EPOCHS = int(sys.argv[1])
|
||||
|
||||
mlflow.set_tracking_uri("http://localhost:5000/#/")
|
||||
#mlflow.set_tracking_uri("http://localhost:5000/#/")
|
||||
mlflow.set_experiment("s444356")
|
||||
|
||||
class Model(nn.Module):
|
||||
|
@ -19,6 +19,8 @@ pipeline {
|
||||
sh "python Biblioteka_DL/dllib-mlflow.py -e $EPOCHS"
|
||||
archiveArtifacts artifacts: 'games_model.pkl'
|
||||
sh 'ls -al'
|
||||
sh 'cat MLProject'
|
||||
sh 'ls mlruns'
|
||||
archiveArtifacts artifacts: 'mlruns/**'
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user