Mask_RCNN icon indicating copy to clipboard operation
Mask_RCNN copied to clipboard

Hyperparamter Tuning Automated

Open Testbild opened this issue 9 months ago • 0 comments

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.

Testbild avatar May 16 '24 08:05 Testbild