We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758a59b commit ee40fbdCopy full SHA for ee40fbd
sobolev_alignment/scvi_model_search.py
@@ -181,6 +181,7 @@ def _objective_function(params):
181
results_dict = {"status": STATUS_FAIL, "loss": np.iinfo(np.uint64).max}
182
results_dict.update(params)
183
except MisconfigurationException:
184
+ # Observed here with incompatibility with ReduceLROnPlateau
185
186
187
0 commit comments