Reputation: 1
Excuse me . I have a question . I'm working with a distributed version of tensorflow and keras and I succeeded to make a sample deep learning network work on multiple programs (python scripts) working together but I don't know how to save final single model on one of hosts while currently each script is saving it's own model as checkpoint separately. Thanks.
Source code I used to develop my program :
Distributed tensorflow / keras code sample on github
For example in the source code above , final model save path is not set , would you tell me how to set it ?
Upvotes: 0
Views: 52