-
-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deployed 6f95cb2 with MkDocs version: 1.5.3
- Loading branch information
Unknown
committed
Nov 15, 2023
0 parents
commit 25b5aa2
Showing
42 changed files
with
62,036 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
|
||
|
||
<link rel="shortcut icon" href="/VincentStimper/normalizing-flows/img/favicon.ico"> | ||
<title>Normalizing Flows</title> | ||
<link href="/VincentStimper/normalizing-flows/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="/VincentStimper/normalizing-flows/css/font-awesome.min.css" rel="stylesheet"> | ||
<link href="/VincentStimper/normalizing-flows/css/base.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css"> | ||
<link href="/VincentStimper/normalizing-flows/assets/_mkdocstrings.css" rel="stylesheet"> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script> | ||
<script>hljs.highlightAll();</script> | ||
</head> | ||
|
||
<body> | ||
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary"> | ||
<div class="container"> | ||
<a class="navbar-brand" href="/VincentStimper/normalizing-flows/.">Normalizing Flows</a> | ||
<!-- Expander button --> | ||
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse"> | ||
<span class="navbar-toggler-icon"></span> | ||
</button> | ||
|
||
<!-- Expanded navigation --> | ||
<div id="navbar-collapse" class="navbar-collapse collapse"> | ||
<!-- Main navigation --> | ||
<ul class="nav navbar-nav"> | ||
<li class="navitem"> | ||
<a href="/VincentStimper/normalizing-flows/." class="nav-link">About</a> | ||
</li> | ||
<li class="navitem"> | ||
<a href="/VincentStimper/normalizing-flows/references/" class="nav-link">API</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Examples <b class="caret"></b></a> | ||
<ul class="dropdown-menu"> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/augmented_flow/" class="dropdown-item">Augmented Normalizing Flow based on Real NVP</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/change_base_distribution/" class="dropdown-item">Changing the base distribution of a flow model</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/circular_nsf/" class="dropdown-item">Mixed Circular and Normal Neural Spline Flow</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/comparison_plan_rad_aff/" class="dropdown-item">Comparison of Planar, Radial, and Affine Coupling Flows</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/conditional_flow/" class="dropdown-item">Conditional Normalizing Flow Model</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/glow/" class="dropdown-item">Glow</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/image/" class="dropdown-item">Learn Distribution given by an Image using Real NVP</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/neural_spline_flow/" class="dropdown-item">Neural Spline Flow</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/paper_example_nsf/" class="dropdown-item">Neural Spline Flow on a Circular and a Normal Coordinate</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/planar/" class="dropdown-item">Planar flow</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/real_nvp/" class="dropdown-item">Real NVP</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/residual/" class="dropdown-item">Residual Flow</a> | ||
</li> | ||
|
||
<li> | ||
<a href="/VincentStimper/normalizing-flows/examples/vae/" class="dropdown-item">Variational Autoencoder with Normalizing Flows</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<ul class="nav navbar-nav ml-auto"> | ||
<li class="nav-item"> | ||
<a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal"> | ||
<i class="fa fa-search"></i> Search | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row"> | ||
|
||
<div class="row-fluid"> | ||
<div id="main-content" class="span12"> | ||
<h1 id="404-page-not-found" style="text-align: center">404</h1> | ||
<p style="text-align: center"><strong>Page not found</strong></p> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
</div> | ||
|
||
<footer class="col-md-12"> | ||
<hr> | ||
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p> | ||
</footer> | ||
<script src="/VincentStimper/normalizing-flows/js/jquery-3.6.0.min.js"></script> | ||
<script src="/VincentStimper/normalizing-flows/js/bootstrap.min.js"></script> | ||
<script> | ||
var base_url = "/VincentStimper/normalizing-flows/", | ||
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83}; | ||
</script> | ||
<script src="/VincentStimper/normalizing-flows/js/base.js"></script> | ||
<script src="/VincentStimper/normalizing-flows/search/main.js"></script> | ||
|
||
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog modal-lg"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="searchModalLabel">Search</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<p>From here you can search these documents. Enter your search terms below.</p> | ||
<form> | ||
<div class="form-group"> | ||
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here"> | ||
</div> | ||
</form> | ||
<div id="mkdocs-search-results" data-no-results-text="No results found"></div> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true"> | ||
<div class="modal-dialog"> | ||
<div class="modal-content"> | ||
<div class="modal-header"> | ||
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4> | ||
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> | ||
</div> | ||
<div class="modal-body"> | ||
<table class="table"> | ||
<thead> | ||
<tr> | ||
<th style="width: 20%;">Keys</th> | ||
<th>Action</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td class="help shortcut"><kbd>?</kbd></td> | ||
<td>Open this help</td> | ||
</tr> | ||
<tr> | ||
<td class="next shortcut"><kbd>n</kbd></td> | ||
<td>Next page</td> | ||
</tr> | ||
<tr> | ||
<td class="prev shortcut"><kbd>p</kbd></td> | ||
<td>Previous page</td> | ||
</tr> | ||
<tr> | ||
<td class="search shortcut"><kbd>s</kbd></td> | ||
<td>Search</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</div> | ||
<div class="modal-footer"> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
/* Avoid breaking parameter names, etc. in table cells. */ | ||
.doc-contents td code { | ||
word-break: normal !important; | ||
} | ||
|
||
/* No line break before first paragraph of descriptions. */ | ||
.doc-md-description, | ||
.doc-md-description>p:first-child { | ||
display: inline; | ||
} | ||
|
||
/* Max width for docstring sections tables. */ | ||
.doc .md-typeset__table, | ||
.doc .md-typeset__table table { | ||
display: table !important; | ||
width: 100%; | ||
} | ||
|
||
.doc .md-typeset__table tr { | ||
display: table-row; | ||
} | ||
|
||
/* Defaults in Spacy table style. */ | ||
.doc-param-default { | ||
float: right; | ||
} | ||
|
||
/* Keep headings consistent. */ | ||
h1.doc-heading, | ||
h2.doc-heading, | ||
h3.doc-heading, | ||
h4.doc-heading, | ||
h5.doc-heading, | ||
h6.doc-heading { | ||
font-weight: 400; | ||
line-height: 1.5; | ||
color: inherit; | ||
text-transform: none; | ||
} | ||
|
||
h1.doc-heading { | ||
font-size: 1.6rem; | ||
} | ||
|
||
h2.doc-heading { | ||
font-size: 1.2rem; | ||
} | ||
|
||
h3.doc-heading { | ||
font-size: 1.15rem; | ||
} | ||
|
||
h4.doc-heading { | ||
font-size: 1.10rem; | ||
} | ||
|
||
h5.doc-heading { | ||
font-size: 1.05rem; | ||
} | ||
|
||
h6.doc-heading { | ||
font-size: 1rem; | ||
} |
Oops, something went wrong.