add one more layer to model dir
This commit is contained in:
@ -21,7 +21,7 @@ def main():
|
||||
print(my_fortune)
|
||||
|
||||
# save model and env to local file system
|
||||
mlflow.pytorch.save_model(model, './model')
|
||||
mlflow.pytorch.save_model(model, './model/fortune_predict_model')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
Reference in New Issue
Block a user