David B Sauer

Results 4 comments of David B Sauer

I notice this quits after 6 oversized models. Is the maximum number of oversized models hard-coded? Related to my previous issue (https://github.com/keras-team/keras-tuner/issues/173), I expect the number of right-sized models to...

Yes, just removing the hardcoded limit and just letting it continue until max_trials is hit would work for me. Therefore, so long a single valid model exists, it will finish...

I am assuming max_trials is comparing against the number of evaluated models, not including models skipped due to being oversized. Is this correct?