Skip to content

Commit

Permalink
test: remove unused dataclass in tf-mnist-classifier integration test 1…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2021
1 parent 05374bd commit e1ef2f2
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 34 deletions.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
Binary file modified _static/__pycache__/__init__.cpython-39.pyc
Binary file not shown.
8 changes: 4 additions & 4 deletions deployment-guide/obtaining-datasets.html
Original file line number Diff line number Diff line change
Expand Up @@ -542,16 +542,16 @@ <h3>Setup<a class="headerlink" href="#setup" title="Permalink to this headline">
<p>Register an account with Kaggle at <a class="reference external" href="https://www.kaggle.com/">https://www.kaggle.com/</a> so that you can access their content.
Next, install the Python <code class="docutils literal notranslate"><span class="pre">kaggle</span></code> package so that you can use Python to access the <a class="reference internal" href="../glossary.html#term-API"><span class="xref std std-term">API</span></a>,</p>
<div class="tabbed-set docutils">
<input checked="checked" id="79faf469-247d-41cf-9817-fbbdb5308b3d" name="11cf8530-1f12-4363-b6ce-41576e2d513e" type="radio">
</input><label class="tabbed-label" for="79faf469-247d-41cf-9817-fbbdb5308b3d">
<input checked="checked" id="6d7fee27-10a4-4f1f-aaa5-42400cf8402f" name="528899bf-4c7e-4482-8e4b-c0f64889f219" type="radio">
</input><label class="tabbed-label" for="6d7fee27-10a4-4f1f-aaa5-42400cf8402f">
Pip</label><div class="tabbed-content docutils">
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span><span class="c1"># User-level install</span>
python -m pip install --user kaggle
</pre></div>
</div>
</div>
<input id="d8488bc6-d293-403b-abe3-6aa0f6bb3763" name="11cf8530-1f12-4363-b6ce-41576e2d513e" type="radio">
</input><label class="tabbed-label" for="d8488bc6-d293-403b-abe3-6aa0f6bb3763">
<input id="13aaa2a6-7c95-49ea-a1de-12bdf6f42d7b" name="528899bf-4c7e-4482-8e4b-c0f64889f219" type="radio">
</input><label class="tabbed-label" for="13aaa2a6-7c95-49ea-a1de-12bdf6f42d7b">
Conda + Pip</label><div class="tabbed-content docutils">
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span><span class="c1"># Conda virtual environment install</span>
conda create -n kaggle <span class="nv">python</span><span class="o">=</span><span class="m">3</span> pip
Expand Down
8 changes: 4 additions & 4 deletions deployment-guide/single-machine-deployment.html
Original file line number Diff line number Diff line change
Expand Up @@ -1078,8 +1078,8 @@ <h3>Parameters to Set/Update<a class="headerlink" href="#parameters-to-set-updat
<p class="rubric">Configure the dataset volume</p>
<p>The <code class="docutils literal notranslate"><span class="pre">nfs-datasets</span></code> volume will need to be updated based on the details of your deployment,</p>
<div class="tabbed-set docutils">
<input checked="checked" id="80240963-0d78-4f3c-ba8b-a24605e4962d" name="ab40b7ce-4e73-4aed-8c15-0e3da0e11ca8" type="radio">
</input><label class="tabbed-label" for="80240963-0d78-4f3c-ba8b-a24605e4962d">
<input checked="checked" id="25e12116-1594-4406-ab95-6fe1d1e0d114" name="a13c2820-9c4e-4d87-ac0e-0ae1656953f6" type="radio">
</input><label class="tabbed-label" for="25e12116-1594-4406-ab95-6fe1d1e0d114">
Datasets on NFS share</label><div class="tabbed-content docutils">
<p>The following Docker volume assumes that the NFS share is the directory <code class="docutils literal notranslate"><span class="pre">/var/nfs/datasets</span></code> on a device with the IP address <code class="docutils literal notranslate"><span class="pre">192.168.1.20</span></code>.
Update it to match the details of your NFS share.</p>
Expand All @@ -1092,8 +1092,8 @@ <h3>Parameters to Set/Update<a class="headerlink" href="#parameters-to-set-updat
</pre></div>
</div>
</div>
<input id="46aec121-7d73-49b7-8e16-1a4a63289f37" name="ab40b7ce-4e73-4aed-8c15-0e3da0e11ca8" type="radio">
</input><label class="tabbed-label" for="46aec121-7d73-49b7-8e16-1a4a63289f37">
<input id="d7644e62-b44d-4908-96b3-a1899a993cc0" name="a13c2820-9c4e-4d87-ac0e-0ae1656953f6" type="radio">
</input><label class="tabbed-label" for="d7644e62-b44d-4908-96b3-a1899a993cc0">
Datasets in local directory</label><div class="tabbed-content docutils">
<p>The following Docker volume assumes that the data is stored in the local directory <code class="docutils literal notranslate"><span class="pre">/var/nfs/datasets</span></code>.
Update this to match the folder where you store your datasets.</p>
Expand Down
28 changes: 14 additions & 14 deletions getting-started/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -579,8 +579,8 @@ <h3>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
The easiest way to accomplish this is using the pre-built configuration files included in the project codebase to create a <a class="reference external" href="https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html">Conda Environment</a>.</p>
<p>There are two install options to start using <a class="reference external" href="https://docs.conda.io/projects/conda/en/latest/user-guide/concepts/environments.html">Conda Environments</a>,</p>
<div class="tabbed-set docutils">
<input checked="checked" id="9742f021-7377-4a11-ab5a-bbdd9d43e446" name="feaca280-458b-44db-aa79-c1a08576e8f8" type="radio">
</input><label class="tabbed-label" for="9742f021-7377-4a11-ab5a-bbdd9d43e446">
<input checked="checked" id="a020dff4-7852-4a0b-ba5a-e9518e06baf6" name="ff3454f5-57d2-48ed-9982-2f63ec996699" type="radio">
</input><label class="tabbed-label" for="a020dff4-7852-4a0b-ba5a-e9518e06baf6">
Anaconda installation</label><div class="tabbed-content docutils">
<p>The following links will provide a installation package for version 2020.11 of <a class="reference external" href="https://docs.anaconda.com/">Anaconda</a> on your host machine (must meet all <span class="xref std std-ref">quickstart-system-requirements</span>).</p>
<ul class="simple">
Expand All @@ -590,8 +590,8 @@ <h3>Requirements<a class="headerlink" href="#requirements" title="Permalink to t
</ul>
<p>If your host machine does not meet the <span class="xref std std-ref">quickstart-system-requirements</span>, then go to the <a class="reference external" href="https://docs.anaconda.com/anaconda/install/">Anaconda Installation Documents</a> for more help.</p>
</div>
<input id="807cbc47-50c8-437a-b472-aaf4b945f1f2" name="feaca280-458b-44db-aa79-c1a08576e8f8" type="radio">
</input><label class="tabbed-label" for="807cbc47-50c8-437a-b472-aaf4b945f1f2">
<input id="d015a8de-3952-46e6-994c-d700c33fb254" name="ff3454f5-57d2-48ed-9982-2f63ec996699" type="radio">
</input><label class="tabbed-label" for="d015a8de-3952-46e6-994c-d700c33fb254">
Miniconda installation</label><div class="tabbed-content docutils">
<p>The following links will provide a installation package for the latest version of <a class="reference external" href="https://docs.conda.io/en/latest/miniconda.html">Miniconda</a> on your host machine (must meet all <span class="xref std std-ref">quickstart-system-requirements</span>).</p>
<ul class="simple">
Expand Down Expand Up @@ -639,18 +639,18 @@ <h3>Requirements<a class="headerlink" href="#id1" title="Permalink to this headl
<span id="quickstart-clone-repository"></span><h3>Clone the Repository<a class="headerlink" href="#clone-the-repository" title="Permalink to this headline"></a></h3>
<p>To clone the repository, open a new <strong>Terminal</strong> session for your operating system,</p>
<div class="tabbed-set docutils">
<input checked="checked" id="3d0486e9-1e83-48f4-8365-12e81903ecf4" name="31edd2a2-8782-45c5-a86e-6e2f65af291f" type="radio">
</input><label class="tabbed-label" for="3d0486e9-1e83-48f4-8365-12e81903ecf4">
<input checked="checked" id="c901235a-05a5-45aa-83cb-77d44f794bbb" name="5d239f50-744d-4f84-8feb-5129304863df" type="radio">
</input><label class="tabbed-label" for="c901235a-05a5-45aa-83cb-77d44f794bbb">
Windows</label><div class="tabbed-content docutils">
<p>Use the keyboard shortcut <kbd class="kbd docutils literal notranslate">windows</kbd> + <kbd class="kbd docutils literal notranslate">r</kbd> to open <strong>Run</strong>, then type <code class="docutils literal notranslate"><span class="pre">wsl</span></code> into the search bar and click <em>OK</em> to start a <a class="reference external" href="https://docs.microsoft.com/en-us/windows/wsl/">Windows Subsystem for Linux</a> session.</p>
</div>
<input id="d90e901b-66f7-4c1a-ab3f-33633e379875" name="31edd2a2-8782-45c5-a86e-6e2f65af291f" type="radio">
</input><label class="tabbed-label" for="d90e901b-66f7-4c1a-ab3f-33633e379875">
<input id="2eb0da68-47c5-46e1-97f2-f9e655445c33" name="5d239f50-744d-4f84-8feb-5129304863df" type="radio">
</input><label class="tabbed-label" for="2eb0da68-47c5-46e1-97f2-f9e655445c33">
MacOS</label><div class="tabbed-content docutils">
<p>Use the keyboard shortcut <kbd class="kbd docutils literal notranslate">command</kbd> + <kbd class="kbd docutils literal notranslate">space</kbd> to open the <strong>Spotlight Search</strong>, type <code class="docutils literal notranslate"><span class="pre">Terminal</span></code> into the search bar, and click the <em>Terminal</em> application under <em>Top Hit</em> at the top of your results.</p>
</div>
<input id="64859595-f681-4467-a03e-2676bf4dfd33" name="31edd2a2-8782-45c5-a86e-6e2f65af291f" type="radio">
</input><label class="tabbed-label" for="64859595-f681-4467-a03e-2676bf4dfd33">
<input id="cb641b37-cda2-4cd3-8bf9-0a922b958efa" name="5d239f50-744d-4f84-8feb-5129304863df" type="radio">
</input><label class="tabbed-label" for="cb641b37-cda2-4cd3-8bf9-0a922b958efa">
Linux</label><div class="tabbed-content docutils">
<p>Use the keyboard shortcut <kbd class="kbd docutils literal notranslate">ctrl</kbd> + <kbd class="kbd docutils literal notranslate">alt</kbd> + <kbd class="kbd docutils literal notranslate">t</kbd> to open the <strong>Terminal</strong>.</p>
</div>
Expand All @@ -673,15 +673,15 @@ <h3>Requirements<a class="headerlink" href="#id1" title="Permalink to this headl
</div>
<p>Clone the repository to your local computer,</p>
<div class="tabbed-set docutils">
<input checked="checked" id="9ecaf4af-71ee-4bc2-8fda-bf538ee5304a" name="c2cdecb9-586a-4180-bd29-fd0bb95becd3" type="radio">
</input><label class="tabbed-label" for="9ecaf4af-71ee-4bc2-8fda-bf538ee5304a">
<input checked="checked" id="715bc73e-fb30-437d-b491-92bfa7d2689f" name="44b307f1-daf2-48be-afe5-c2114792fd75" type="radio">
</input><label class="tabbed-label" for="715bc73e-fb30-437d-b491-92bfa7d2689f">
Clone with HTTPS</label><div class="tabbed-content docutils">
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>git clone https://github.com/usnistgov/dioptra.git
</pre></div>
</div>
</div>
<input id="ff2f106c-0a61-423c-9483-0f7284f2f21b" name="c2cdecb9-586a-4180-bd29-fd0bb95becd3" type="radio">
</input><label class="tabbed-label" for="ff2f106c-0a61-423c-9483-0f7284f2f21b">
<input id="7d3769a3-1b79-408b-ac1e-16b456b053e5" name="44b307f1-daf2-48be-afe5-c2114792fd75" type="radio">
</input><label class="tabbed-label" for="7d3769a3-1b79-408b-ac1e-16b456b053e5">
Clone with SSH</label><div class="tabbed-content docutils">
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>git clone git@github.com:usnistgov/dioptra.git
</pre></div>
Expand Down
8 changes: 4 additions & 4 deletions tutorials/example-pytorch-mnist-membership-inference.html
Original file line number Diff line number Diff line change
Expand Up @@ -531,8 +531,8 @@ <h2>Using this Demo<a class="headerlink" href="#using-this-demo" title="Permalin
<p>The steps for getting your environment ready to run this demo depend on whether you intend to run the demo locally (i.e. on your personal computer) or on an existing on-prem deployment.
Navigate to the tab below that best describes your setup in order to proceed.</p>
<div class="tabbed-set docutils">
<input checked="checked" id="567fe7cf-f51c-4fde-aad1-072ae8a400c0" name="9f431388-3a29-4cdd-a051-3873922daef4" type="radio">
</input><label class="tabbed-label" for="567fe7cf-f51c-4fde-aad1-072ae8a400c0">
<input checked="checked" id="3abfa7b3-f21b-4688-96b9-82889c627b5e" name="279c56a2-11a2-44ee-8fed-38a845aafa00" type="radio">
</input><label class="tabbed-label" for="3abfa7b3-f21b-4688-96b9-82889c627b5e">
Local</label><div class="tabbed-content docutils">
<p>Everything you need to run this demo locally is packaged into a set of Docker images that you can obtain by opening a terminal, navigating to the root directory of the repository, and running <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">pull-latest</span></code>.
Once you have downloaded the images, stay in the terminal and navigate to this example’s directory and run the demo startup sequence,</p>
Expand All @@ -555,8 +555,8 @@ <h2>Using this Demo<a class="headerlink" href="#using-this-demo" title="Permalin
</div>
<p>If you were watching the output logs, you will need to press <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Ctrl</kbd>-<kbd class="kbd docutils literal notranslate">C</kbd></kbd> to stop following the logs before you can run <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">teardown</span></code>.</p>
</div>
<input id="9f94425d-2918-44f7-ae3f-0f53ac33bdb9" name="9f431388-3a29-4cdd-a051-3873922daef4" type="radio">
</input><label class="tabbed-label" for="9f94425d-2918-44f7-ae3f-0f53ac33bdb9">
<input id="80dce9da-876b-4fa8-9f0c-3144a93343fc" name="279c56a2-11a2-44ee-8fed-38a845aafa00" type="radio">
</input><label class="tabbed-label" for="80dce9da-876b-4fa8-9f0c-3144a93343fc">
On-Prem Deployment</label><div class="tabbed-content docutils">
<p>To run the demo on an on-prem deployment, all you need to do is download and start the <strong>jupyter</strong> service defined in this example’s <code class="docutils literal notranslate"><span class="pre">docker-compose.yml</span></code> file.
Open a terminal and navigate to this example’s directory and run the <strong>jupyter</strong> startup sequence,</p>
Expand Down
8 changes: 4 additions & 4 deletions tutorials/example-tensorflow-mnist-feature-squeezing.html
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,8 @@ <h2>Using this Demo<a class="headerlink" href="#using-this-demo" title="Permalin
<p>The steps for getting your environment ready to run this demo depend on whether you intend to run the demo locally (i.e. on your personal computer) or on an existing on-prem deployment.
Navigate to the tab below that best describes your setup in order to proceed.</p>
<div class="tabbed-set docutils">
<input checked="checked" id="687ecca9-20ce-41e6-90bb-9959fd366603" name="58b471f0-d8e8-44e6-8dab-cc81bf741ea1" type="radio">
</input><label class="tabbed-label" for="687ecca9-20ce-41e6-90bb-9959fd366603">
<input checked="checked" id="2e9be57e-2aca-48a3-a423-d8e62f196e94" name="a9cebfe1-0881-46fb-b2e0-6fabf05e89b4" type="radio">
</input><label class="tabbed-label" for="2e9be57e-2aca-48a3-a423-d8e62f196e94">
Local</label><div class="tabbed-content docutils">
<p>Everything you need to run this demo locally is packaged into a set of Docker images that you can obtain by opening a terminal, navigating to the root directory of the repository, and running <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">pull-latest</span></code>.
Once you have downloaded the images, stay in the terminal and navigate to this example’s directory and run the demo startup sequence,</p>
Expand Down Expand Up @@ -607,8 +607,8 @@ <h2>Using this Demo<a class="headerlink" href="#using-this-demo" title="Permalin
</div>
<p>If you were watching the output logs, you will need to press <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Ctrl</kbd>-<kbd class="kbd docutils literal notranslate">C</kbd></kbd> to stop following the logs before you can run <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">teardown</span></code>.</p>
</div>
<input id="0f0cf4ca-c4e3-4c18-b795-a8d293a48217" name="58b471f0-d8e8-44e6-8dab-cc81bf741ea1" type="radio">
</input><label class="tabbed-label" for="0f0cf4ca-c4e3-4c18-b795-a8d293a48217">
<input id="362712e0-9e28-4764-8e1a-61ac5e8c5c0c" name="a9cebfe1-0881-46fb-b2e0-6fabf05e89b4" type="radio">
</input><label class="tabbed-label" for="362712e0-9e28-4764-8e1a-61ac5e8c5c0c">
On-Prem Deployment</label><div class="tabbed-content docutils">
<p>To run the demo on an on-prem deployment, all you need to do is download and start the <strong>jupyter</strong> service defined in this example’s <code class="docutils literal notranslate"><span class="pre">docker-compose.yml</span></code> file.
Open a terminal and navigate to this example’s directory and run the <strong>jupyter</strong> startup sequence,</p>
Expand Down
8 changes: 4 additions & 4 deletions tutorials/example-tensorflow-mnist-model-inversion.html
Original file line number Diff line number Diff line change
Expand Up @@ -543,8 +543,8 @@ <h2>Using this Demo<a class="headerlink" href="#using-this-demo" title="Permalin
<p>The steps for getting your environment ready to run this demo depend on whether you intend to run the demo locally (i.e. on your personal computer) or on an existing on-prem deployment.
Navigate to the tab below that best describes your setup in order to proceed.</p>
<div class="tabbed-set docutils">
<input checked="checked" id="a3980a74-f6d9-45e7-a4b0-73076f92aa92" name="427f042a-6dc3-4e1a-bdcc-c10720f0848a" type="radio">
</input><label class="tabbed-label" for="a3980a74-f6d9-45e7-a4b0-73076f92aa92">
<input checked="checked" id="c1ccc6c9-91f0-4741-8e8f-b607a357fcba" name="d37d7372-1b67-48bd-92ce-a356df2946a3" type="radio">
</input><label class="tabbed-label" for="c1ccc6c9-91f0-4741-8e8f-b607a357fcba">
Local</label><div class="tabbed-content docutils">
<p>Everything you need to run this demo locally is packaged into a set of Docker images that you can obtain by opening a terminal, navigating to the root directory of the repository, and running <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">pull-latest</span></code>.
Once you have downloaded the images, stay in the terminal and navigate to this example’s directory and run the demo startup sequence,</p>
Expand All @@ -567,8 +567,8 @@ <h2>Using this Demo<a class="headerlink" href="#using-this-demo" title="Permalin
</div>
<p>If you were watching the output logs, you will need to press <kbd class="kbd compound docutils literal notranslate"><kbd class="kbd docutils literal notranslate">Ctrl</kbd>-<kbd class="kbd docutils literal notranslate">C</kbd></kbd> to stop following the logs before you can run <code class="docutils literal notranslate"><span class="pre">make</span> <span class="pre">teardown</span></code>.</p>
</div>
<input id="772671f8-2abe-4843-96ca-f678844a8bba" name="427f042a-6dc3-4e1a-bdcc-c10720f0848a" type="radio">
</input><label class="tabbed-label" for="772671f8-2abe-4843-96ca-f678844a8bba">
<input id="c1f410e2-7596-4559-befe-2cdb61049223" name="d37d7372-1b67-48bd-92ce-a356df2946a3" type="radio">
</input><label class="tabbed-label" for="c1f410e2-7596-4559-befe-2cdb61049223">
On-Prem Deployment</label><div class="tabbed-content docutils">
<p>To run the demo on an on-prem deployment, all you need to do is download and start the <strong>jupyter</strong> service defined in this example’s <code class="docutils literal notranslate"><span class="pre">docker-compose.yml</span></code> file.
Open a terminal and navigate to this example’s directory and run the <strong>jupyter</strong> startup sequence,</p>
Expand Down

0 comments on commit e1ef2f2

Please sign in to comment.