diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle index 724a0b0..ce1854d 100644 Binary files a/.doctrees/environment.pickle and b/.doctrees/environment.pickle differ diff --git a/latest/.doctrees/environment.pickle b/latest/.doctrees/environment.pickle index 0e2c257..8549fd8 100644 Binary files a/latest/.doctrees/environment.pickle and b/latest/.doctrees/environment.pickle differ diff --git a/latest/_modules/torchcam/methods/activation.html b/latest/_modules/torchcam/methods/activation.html index c3bc118..d59a5f1 100644 --- a/latest/_modules/torchcam/methods/activation.html +++ b/latest/_modules/torchcam/methods/activation.html @@ -228,7 +228,7 @@

Source code for torchcam.methods.activation

 from ._utils import locate_linear_layer
 from .core import _CAM
 
-__all__ = ["CAM", "ScoreCAM", "SSCAM", "ISCAM"]
+__all__ = ["CAM", "ISCAM", "SSCAM", "ScoreCAM"]
 
 
 
diff --git a/latest/_modules/torchcam/methods/gradient.html b/latest/_modules/torchcam/methods/gradient.html index 6d1ee9e..0c17fb8 100644 --- a/latest/_modules/torchcam/methods/gradient.html +++ b/latest/_modules/torchcam/methods/gradient.html @@ -225,7 +225,7 @@

Source code for torchcam.methods.gradient

 
 from .core import _CAM
 
-__all__ = ["GradCAM", "GradCAMpp", "SmoothGradCAMpp", "XGradCAM", "LayerCAM"]
+__all__ = ["GradCAM", "GradCAMpp", "LayerCAM", "SmoothGradCAMpp", "XGradCAM"]
 
 
 class _GradCAM(_CAM):