You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is there a way to automatically tune the hyperparameters, like you can do with the keras tuner random search? I tried to implement it, but I could not succeed, as this wants the build function handed over, but the model in matterport is built directly when it initializes and I have not found anything in the issues here so far.
I would basically like to say:
Please take these 5 or 10 parameters and try them out and give me the results. The max/min values should be xy.
I can do all this manually, but that does not seem very effective. Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi everyone,
is there a way to automatically tune the hyperparameters, like you can do with the keras tuner random search? I tried to implement it, but I could not succeed, as this wants the build function handed over, but the model in matterport is built directly when it initializes and I have not found anything in the issues here so far.
I would basically like to say:
Please take these 5 or 10 parameters and try them out and give me the results. The max/min values should be xy.
I can do all this manually, but that does not seem very effective. Thanks for your help.
The text was updated successfully, but these errors were encountered: