Fix Exception
Profile
Fix Exception
🏆 FixMan BTC Cup

Exceptions for package
keras-tuner
github stars 2372

likes 1
views 263
Error reloading `Oracle` from existing project. If you did not mean to reload from an existing project, change the `project_name` or pass `overwrite=True` when creating the `Tuner`. Found existing project at: (param1) / keras-tuner
likes 1
views 159
All callbacks used during a search should be deep-copyable (since they are reused across trials). It is not possible to do `copy.deepcopy(%s)` / keras-tuner
likes 1
views 102
Too many consecutive oversized models. / keras-tuner
likes 1
views 90
`HyperParameter` named: parent_name not defined. / keras-tuner
likes 1
views 82
Model-building function did not return a valid Keras Model instance, found (param1) / keras-tuner
likes 1
views 72
Too many failed attempts to build model. / keras-tuner
likes 1
views 63
Objective value missing in metrics reported to the Oracle, expected: (param1), found: (param1) / keras-tuner
likes 1
views 63
The `hypermodel` argument should be either a callable with signature `build(hp)` returning a model, or an instance of `HyperModel`. / keras-tuner
likes 1
views 56
A `Choice` can contain only `int`, `float`, `str`, or `bool`, found 'values': valueswith types: <class 'str'> / keras-tuner
likes 1
views 55
array must not contain infs or NaNs / keras-tuner
likes 1
views 54
`sampling` can only be set on an `Int` when `step=1`. / keras-tuner
likes 1
views 42
Must be implemented in subclasses. / keras-tuner
First Prev Page 1 of 5 Next Last