comment autolog
This commit is contained in:
parent
ec709e0a4d
commit
56544cdd80
@ -30,7 +30,7 @@ def flatten(t):
|
|||||||
|
|
||||||
def train():
|
def train():
|
||||||
with mlflow.start_run():
|
with mlflow.start_run():
|
||||||
mlflow.tensorflow.autolog()
|
# mlflow.tensorflow.autolog()
|
||||||
cwd = os.path.abspath(os.path.dirname(sys.argv[0]))
|
cwd = os.path.abspath(os.path.dirname(sys.argv[0]))
|
||||||
|
|
||||||
pathTrain = cwd + "/../Participants_Data_HPP/Train.csv"
|
pathTrain = cwd + "/../Participants_Data_HPP/Train.csv"
|
||||||
|
Loading…
Reference in New Issue
Block a user