Skip to content

Commit

Permalink
deploy: 4c718fe
Browse files Browse the repository at this point in the history
  • Loading branch information
otavioon committed Jun 27, 2024
1 parent 2ff092a commit bcd3e27
Show file tree
Hide file tree
Showing 249 changed files with 38,652 additions and 3,577 deletions.
2 changes: 1 addition & 1 deletion .buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6de73c88159c02f3816efd2634ab99e0
config: b1a3f6489316c3363b54d50c321eaccd
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added _images/stanford_data_processing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions _modules/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>Overview: module code &mdash; SSLTools documentation</title>
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="../_static/graphviz.css?v=fd3f3429" />


<!--[if lt IE 9]>
Expand All @@ -16,7 +16,7 @@
<script src="../_static/jquery.js?v=5d32c60e"></script>
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../_static/doctools.js?v=888ff710"></script>
<script src="../_static/doctools.js?v=9a2dae69"></script>
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../_static/js/theme.js"></script>
Expand Down Expand Up @@ -77,7 +77,6 @@

<h1>All modules for which code is available</h1>
<ul><li><a href="ssl_tools/utils/configurable.html">ssl_tools.utils.configurable</a></li>
<li><a href="ssl_tools/utils/data.html">ssl_tools.utils.data</a></li>
</ul>

</div>
Expand Down
4 changes: 2 additions & 2 deletions _modules/ssl_tools/utils/configurable.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>ssl_tools.utils.configurable &mdash; SSLTools documentation</title>
<link rel="stylesheet" type="text/css" href="../../../_static/pygments.css?v=80d5e7a1" />
<link rel="stylesheet" type="text/css" href="../../../_static/css/theme.css?v=19f00094" />
<link rel="stylesheet" type="text/css" href="../../../_static/graphviz.css?v=eafc0fe6" />
<link rel="stylesheet" type="text/css" href="../../../_static/graphviz.css?v=fd3f3429" />


<!--[if lt IE 9]>
Expand All @@ -16,7 +16,7 @@
<script src="../../../_static/jquery.js?v=5d32c60e"></script>
<script src="../../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="../../../_static/documentation_options.js?v=5929fcd5"></script>
<script src="../../../_static/doctools.js?v=888ff710"></script>
<script src="../../../_static/doctools.js?v=9a2dae69"></script>
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script>
<script src="../../../_static/js/theme.js"></script>
Expand Down
151 changes: 0 additions & 151 deletions _modules/ssl_tools/utils/data.html

This file was deleted.

9 changes: 5 additions & 4 deletions _sources/autoapi/ssl_tools/analysis/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
:py:mod:`ssl_tools.analysis`
============================
ssl_tools.analysis
==================

.. py:module:: ssl_tools.analysis
Submodules
----------

.. toctree::
:titlesonly:
:maxdepth: 1

plot_metrics/index.rst
/autoapi/ssl_tools/analysis/latent_analysis/index
/autoapi/ssl_tools/analysis/plot_metrics/index


40 changes: 40 additions & 0 deletions _sources/autoapi/ssl_tools/analysis/latent_analysis/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
ssl_tools.analysis.latent_analysis
==================================

.. py:module:: ssl_tools.analysis.latent_analysis
Classes
-------

.. autoapisummary::

ssl_tools.analysis.latent_analysis.LatentAnalysis
ssl_tools.analysis.latent_analysis.LayerOutputSaverHook


Module Contents
---------------

.. py:class:: LatentAnalysis(layers, sklearn_cls, output_name_suffix = 'transformed', **sklearn_kwargs)
.. py:method:: __call__(trainer, model, data_module)
.. py:class:: LayerOutputSaverHook
.. py:method:: _forward_hook(module, inputs, outputs, layer_name)
.. py:method:: attach_hooks(model, layer_names)
.. py:method:: outputs_from_layer(layer_name, concat = True)
.. py:method:: remove_hooks()
.. py:method:: run_model_with_hooks(model, layer_names)
18 changes: 8 additions & 10 deletions _sources/autoapi/ssl_tools/analysis/plot_metrics/index.rst.txt
Original file line number Diff line number Diff line change
@@ -1,35 +1,33 @@
:py:mod:`ssl_tools.analysis.plot_metrics`
=========================================
ssl_tools.analysis.plot_metrics
===============================

.. py:module:: ssl_tools.analysis.plot_metrics
Module Contents
---------------

Classes
~~~~~~~
-------

.. autoapisummary::

ssl_tools.analysis.plot_metrics.PlotMetrics



Functions
~~~~~~~~~
---------

.. autoapisummary::

ssl_tools.analysis.plot_metrics.main


Module Contents
---------------

.. py:class:: PlotMetrics
Class for plotting metrics from a training/predict run.


.. py:method:: accuracy(root_experiment_dir, results_file = 'results.csv', hyperparams_file = 'hparams.yaml', metric = 'test_acc', title = 'Results')
Plot the accuracy of a multiple test runs in a single figure. This
Expand Down Expand Up @@ -64,6 +62,7 @@ Functions
Title of the plot.



.. py:method:: epoch_loss(experiment_dir, losses = ('train_loss', 'val_loss'), metrics_file = 'metrics.csv', title = 'Loss')
Plot the loss over epochs.
Expand All @@ -85,4 +84,3 @@ Functions

.. py:function:: main()
18 changes: 18 additions & 0 deletions _sources/autoapi/ssl_tools/benchmarks/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
ssl_tools.benchmarks
====================

.. py:module:: ssl_tools.benchmarks
Submodules
----------

.. toctree::
:maxdepth: 1

/autoapi/ssl_tools/benchmarks/main_mix_style/index
/autoapi/ssl_tools/benchmarks/main_supervised/index
/autoapi/ssl_tools/benchmarks/main_supervised_analysis/index
/autoapi/ssl_tools/benchmarks/simple_trainer/index


Loading

0 comments on commit bcd3e27

Please sign in to comment.