Skip to content

Commit

Permalink
Fix "FRRD-35 Update incorrect Pipeline doc" update
Browse files Browse the repository at this point in the history
Accidentally pushed incorrect python code
  • Loading branch information
Eve-ning committed Nov 7, 2023
1 parent 4c22446 commit ffa9ff2
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions Writerside/topics/Pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ flowchart TD
YLO --> YC([Concat])
YUPRK --> YC([Concat])
XC --> X
YC --> Y
XC --> X[X Concat.]
YC --> Y[Y Concat.]
X[X] --> S
Y[Y] --> S([Shuffler])
X[Y] --> S([Shuffler])
Y[X] --> S
S --> XS[X Shuffled]
S --> YS[Y Shuffled]
X & XS --> MU([Mix Up])
Expand Down
2 changes: 1 addition & 1 deletion docs/HelpTOC.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"entities":{"pages":{"home":{"id":"home","title":"Mix Match CIFAR10 on PyTorch","url":"home.html","level":0,"tabIndex":0},"7b32ac5c_135":{"id":"7b32ac5c_135","title":"Pipeline","level":0,"pages":["Pipeline","Data-Preparation","Interleaving"],"tabIndex":1},"Pipeline":{"id":"Pipeline","title":"Pipeline","url":"pipeline.html","level":1,"parentId":"7b32ac5c_135","tabIndex":0},"Data-Preparation":{"id":"Data-Preparation","title":"Data Preparation","url":"data-preparation.html","level":1,"parentId":"7b32ac5c_135","tabIndex":1},"Interleaving":{"id":"Interleaving","title":"Interleaving","url":"interleaving.html","level":1,"parentId":"7b32ac5c_135","tabIndex":2}}},"topLevelIds":["home","7b32ac5c_135"]}
{"entities":{"pages":{"home":{"id":"home","title":"Mix Match CIFAR10 on PyTorch","url":"home.html","level":0,"tabIndex":0},"39bb0149_38560":{"id":"39bb0149_38560","title":"Pipeline","level":0,"pages":["Pipeline","Data-Preparation","Interleaving"],"tabIndex":1},"Pipeline":{"id":"Pipeline","title":"Pipeline","url":"pipeline.html","level":1,"parentId":"39bb0149_38560","tabIndex":0},"Data-Preparation":{"id":"Data-Preparation","title":"Data Preparation","url":"data-preparation.html","level":1,"parentId":"39bb0149_38560","tabIndex":1},"Interleaving":{"id":"Interleaving","title":"Interleaving","url":"interleaving.html","level":1,"parentId":"39bb0149_38560","tabIndex":2}}},"topLevelIds":["home","39bb0149_38560"]}
6 changes: 3 additions & 3 deletions docs/data-preparation.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/home.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!DOCTYPE html SYSTEM "about:legacy-compat"><html lang="en-US" data-colors-preset="contrast" data-primary-color="#307FFF"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="robots" content="noindex"> <meta name="built-on" content="2023-11-07T14:49:01.2073313"><meta name="build-number" content="${buildNumber}"> <title>Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation</title><script id="virtual-toc-data" type="application/json">[{"id":"acknowledgements","level":0,"title":"Acknowledgements","anchor":"#acknowledgements"},{"id":"references","level":0,"title":"References","anchor":"#references"}]</script><script id="topic-shortcuts" type="application/json"></script><link href="https://resources.jetbrains.com/writerside/apidoc/6.1.5-b176/app.css" rel="stylesheet"> <link rel="apple-touch-icon" sizes="180x180" href="https://jetbrains.com/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="https://jetbrains.com/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="https://jetbrains.com/favicon-16x16.png"><link rel="manifest" href="https://jetbrains.com/site.webmanifest"><link rel="mask-icon" href="https://jetbrains.com/safari-pinned-tab.svg" color="#000000"><meta name="msapplication-TileColor" content="#000000"/><meta name="msapplication-TileImage" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-144x144.png"/><meta name="msapplication-square70x70logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-70x70.png"/><meta name="msapplication-square150x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-150x150.png"/><meta name="msapplication-wide310x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x150.png"/><meta name="msapplication-square310x310logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x310.png"/> <meta name="image" content=""><!-- Open Graph --><meta property="og:title" content="Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation"/><meta property="og:description" content=""/><meta property="og:image" content=""/><meta property="og:site_name" content="MixMatch PyTorch Documentation Help"/><meta property="og:type" content="website"/><meta property="og:locale" content="en_US"/><meta property="og:url" content="/d/1.0/home.html"/><!-- End Open Graph --><!-- Twitter Card --><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content=""><meta name="twitter:title" content="Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation"><meta name="twitter:description" content=""><meta name="twitter:creator" content=""><meta name="twitter:image:src" content=""><!-- End Twitter Card --><!-- Schema.org WebPage --><script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebPage", "@id": "/d/1.0/home.html#webpage", "url": "/d/1.0/home.html", "name": "Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation", "description": "", "image": "", "inLanguage":"en-US" }</script><!-- End Schema.org --><!-- Schema.org WebSite --><script type="application/ld+json"> { "@type": "WebSite", "@id": "/d/#website", "url": "/d/", "name": "MixMatch PyTorch Documentation Help" }</script><!-- End Schema.org --> <!-- Mermaid light/dark themes --> <link rel="stylesheet" type="text/css" href="mermaid.css"> </head> <body data-id="home" data-main-title="Mix Match CIFAR10 on PyTorch" data-article-props="{&quot;seeAlsoStyle&quot;:&quot;links&quot;}" data-template="article" data-breadcrumbs="" > <div class="wrapper"><main class="panel _main"><header class="panel__header"><div class="container"><h3>MixMatch PyTorch Documentation 1.0 Help</h3><div class="panel-trigger"></div></div></header><section class="panel__content"><div class="container"><article class="article" data-shortcut-switcher="inactive"><h1 data-toc="home" id="home.md" >Mix Match CIFAR10 on PyTorch</h1> <p id="75b68462_26">This repository showcases using PyTorch to implement MixMatch on the CIFAR10 dataset. Much of the original implementation is based on <a href="https://github.com/YU1ut/MixMatch-pytorch/tree/master" id="75b68462_27" data-external="true" rel="noopener noreferrer" >YU1ut/MixMatch-pytorch</a> however, we've refactored the code to follow more modern PyTorch practices.</p><section class="chapter"><h2 id="acknowledgements" data-toc="acknowledgements">Acknowledgements</h2><p id="75b68462_28">This is an unofficial PyTorch implementation of <a href="https://arxiv.org/abs/1905.02249" id="75b68462_29" data-external="true" rel="noopener noreferrer" >MixMatch: A Holistic Approach to Semi-Supervised Learning</a>.</p></section><section class="chapter"><h2 id="references" data-toc="references">References</h2><ul class="list _ul" id="75b68462_30" ><li class="list__item" id="75b68462_31"><p><a href="https://github.com/YU1ut/MixMatch-pytorch/tree/master" id="75b68462_32" data-external="true" rel="noopener noreferrer" >YU1ut's PyTorch Implementation</a></p></li><li class="list__item" id="75b68462_33"><p><a href="https://github.com/google-research/mixmatch" id="75b68462_34" data-external="true" rel="noopener noreferrer" >Google Research's TensorFlow Implementation</a></p></li></ul></section><div class="last-modified"> Last modified: 07 November 2023</div><div data-feedback-placeholder="true"></div><div class="navigation-links _bottom"> <a class="navigation-links__next" href="pipeline.html">Pipeline</a> </div></article><div id="disqus_thread"></div></div></section></main></div> <script src="https://resources.jetbrains.com/writerside/apidoc/6.1.5-b176/app.js"></script></body></html>
<!DOCTYPE html SYSTEM "about:legacy-compat"><html lang="en-US" data-colors-preset="contrast" data-primary-color="#307FFF"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"><meta charset="UTF-8"><meta name="robots" content="noindex"> <meta name="built-on" content="2023-11-03T18:06:21.9241909"><meta name="build-number" content="${buildNumber}"> <title>Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation</title><script id="virtual-toc-data" type="application/json">[{"id":"acknowledgements","level":0,"title":"Acknowledgements","anchor":"#acknowledgements"},{"id":"references","level":0,"title":"References","anchor":"#references"}]</script><script id="topic-shortcuts" type="application/json"></script><link href="https://resources.jetbrains.com/writerside/apidoc/6.1.5-b176/app.css" rel="stylesheet"> <link rel="apple-touch-icon" sizes="180x180" href="https://jetbrains.com/apple-touch-icon.png"><link rel="icon" type="image/png" sizes="32x32" href="https://jetbrains.com/favicon-32x32.png"><link rel="icon" type="image/png" sizes="16x16" href="https://jetbrains.com/favicon-16x16.png"><link rel="manifest" href="https://jetbrains.com/site.webmanifest"><link rel="mask-icon" href="https://jetbrains.com/safari-pinned-tab.svg" color="#000000"><meta name="msapplication-TileColor" content="#000000"/><meta name="msapplication-TileImage" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-144x144.png"/><meta name="msapplication-square70x70logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-70x70.png"/><meta name="msapplication-square150x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-150x150.png"/><meta name="msapplication-wide310x150logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x150.png"/><meta name="msapplication-square310x310logo" content="https://resources.jetbrains.com/storage/ui/favicons/mstile-310x310.png"/> <meta name="image" content=""><!-- Open Graph --><meta property="og:title" content="Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation"/><meta property="og:description" content=""/><meta property="og:image" content=""/><meta property="og:site_name" content="MixMatch PyTorch Documentation Help"/><meta property="og:type" content="website"/><meta property="og:locale" content="en_US"/><meta property="og:url" content="/d/1.0/home.html"/><!-- End Open Graph --><!-- Twitter Card --><meta name="twitter:card" content="summary_large_image"><meta name="twitter:site" content=""><meta name="twitter:title" content="Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation"><meta name="twitter:description" content=""><meta name="twitter:creator" content=""><meta name="twitter:image:src" content=""><!-- End Twitter Card --><!-- Schema.org WebPage --><script type="application/ld+json"> { "@context": "http://schema.org", "@type": "WebPage", "@id": "/d/1.0/home.html#webpage", "url": "/d/1.0/home.html", "name": "Mix Match CIFAR10 on PyTorch | MixMatch PyTorch Documentation", "description": "", "image": "", "inLanguage":"en-US" }</script><!-- End Schema.org --><!-- Schema.org WebSite --><script type="application/ld+json"> { "@type": "WebSite", "@id": "/d/#website", "url": "/d/", "name": "MixMatch PyTorch Documentation Help" }</script><!-- End Schema.org --> <!-- Mermaid light/dark themes --> <link rel="stylesheet" type="text/css" href="mermaid.css"> </head> <body data-id="home" data-main-title="Mix Match CIFAR10 on PyTorch" data-article-props="{&quot;seeAlsoStyle&quot;:&quot;links&quot;}" data-template="article" data-breadcrumbs="" > <div class="wrapper"><main class="panel _main"><header class="panel__header"><div class="container"><h3>MixMatch PyTorch Documentation 1.0 Help</h3><div class="panel-trigger"></div></div></header><section class="panel__content"><div class="container"><article class="article" data-shortcut-switcher="inactive"><h1 data-toc="home" id="home.md" >Mix Match CIFAR10 on PyTorch</h1> <p id="29cf6592_2977">This repository showcases using PyTorch to implement MixMatch on the CIFAR10 dataset. Much of the original implementation is based on <a href="https://github.com/YU1ut/MixMatch-pytorch/tree/master" id="29cf6592_2978" data-external="true" rel="noopener noreferrer" >YU1ut/MixMatch-pytorch</a> however, we've refactored the code to follow more modern PyTorch practices.</p><section class="chapter"><h2 id="acknowledgements" data-toc="acknowledgements">Acknowledgements</h2><p id="29cf6592_2979">This is an unofficial PyTorch implementation of <a href="https://arxiv.org/abs/1905.02249" id="29cf6592_2980" data-external="true" rel="noopener noreferrer" >MixMatch: A Holistic Approach to Semi-Supervised Learning</a>.</p></section><section class="chapter"><h2 id="references" data-toc="references">References</h2><ul class="list _ul" id="29cf6592_2981" ><li class="list__item" id="29cf6592_2982"><p><a href="https://github.com/YU1ut/MixMatch-pytorch/tree/master" id="29cf6592_2983" data-external="true" rel="noopener noreferrer" >YU1ut's PyTorch Implementation</a></p></li><li class="list__item" id="29cf6592_2984"><p><a href="https://github.com/google-research/mixmatch" id="29cf6592_2985" data-external="true" rel="noopener noreferrer" >Google Research's TensorFlow Implementation</a></p></li></ul></section><div class="last-modified"> Last modified: 03 November 2023</div><div data-feedback-placeholder="true"></div><div class="navigation-links _bottom"> <a class="navigation-links__next" href="pipeline.html">Pipeline</a> </div></article><div id="disqus_thread"></div></div></section></main></div> <script src="https://resources.jetbrains.com/writerside/apidoc/6.1.5-b176/app.js"></script></body></html>
8 changes: 4 additions & 4 deletions docs/interleaving.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/pipeline.html

Large diffs are not rendered by default.

0 comments on commit ffa9ff2

Please sign in to comment.