Spaces:
Build error
Build error
update
Browse files
app.py
CHANGED
|
@@ -490,8 +490,6 @@ class ExplainerCheckbox(Component):
|
|
| 490 |
# if self.explainer_name in ["Lime", "KernelShap", "IntegratedGradients"]:
|
| 491 |
# gr.Info("Lime, KernelShap and IntegratedGradients currently do not support hyperparameter optimization.")
|
| 492 |
# return [gr.update()] * 2
|
| 493 |
-
print(locals())
|
| 494 |
-
|
| 495 |
data_id = self.gallery.selected_index
|
| 496 |
|
| 497 |
opt_output = self.experiment.optimize(
|
|
|
|
| 490 |
# if self.explainer_name in ["Lime", "KernelShap", "IntegratedGradients"]:
|
| 491 |
# gr.Info("Lime, KernelShap and IntegratedGradients currently do not support hyperparameter optimization.")
|
| 492 |
# return [gr.update()] * 2
|
|
|
|
|
|
|
| 493 |
data_id = self.gallery.selected_index
|
| 494 |
|
| 495 |
opt_output = self.experiment.optimize(
|