Skip to content

Does distributed Keras tuner save a "oracle.json" to allow for tuner reloading with trials? #913

Closed Answered by hmf
hmf asked this question in Q&A
Discussion options

You must be logged in to vote

Finally figured this out. I had created (constructed) 2 tuners in the same process. I then used the second one to do the search. It seems like the path to the oracle JSON file that is set in the 1st constructor is not used on the second one. The other members/properties are updated correctly. The result is the output of the second tuner's oracle was going to the folder set up in the first tuner (other data was set correctly).

Does not seem intuitive. I assume that searching on the tuner will always use that tuner's properties only.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by hmf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant