Skip to content

Commit 4e78f0a

Browse files
author
committed
Deployed 27d4bf8 with MkDocs version: 1.5.3
0 parents  commit 4e78f0a

File tree

42 files changed

+62082
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+62082
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 199 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,199 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
8+
9+
10+
<link rel="shortcut icon" href="/VincentStimper/normalizing-flows/img/favicon.ico">
11+
<title>Normalizing Flows</title>
12+
<link href="/VincentStimper/normalizing-flows/css/bootstrap.min.css" rel="stylesheet">
13+
<link href="/VincentStimper/normalizing-flows/css/font-awesome.min.css" rel="stylesheet">
14+
<link href="/VincentStimper/normalizing-flows/css/base.css" rel="stylesheet">
15+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css">
16+
<link href="/VincentStimper/normalizing-flows/assets/_mkdocstrings.css" rel="stylesheet">
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
18+
<script>hljs.highlightAll();</script>
19+
</head>
20+
21+
<body>
22+
<div class="navbar fixed-top navbar-expand-lg navbar-dark bg-primary">
23+
<div class="container">
24+
<a class="navbar-brand" href="/VincentStimper/normalizing-flows/.">Normalizing Flows</a>
25+
<!-- Expander button -->
26+
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbar-collapse">
27+
<span class="navbar-toggler-icon"></span>
28+
</button>
29+
30+
<!-- Expanded navigation -->
31+
<div id="navbar-collapse" class="navbar-collapse collapse">
32+
<!-- Main navigation -->
33+
<ul class="nav navbar-nav">
34+
<li class="navitem">
35+
<a href="/VincentStimper/normalizing-flows/." class="nav-link">About</a>
36+
</li>
37+
<li class="navitem">
38+
<a href="/VincentStimper/normalizing-flows/references/" class="nav-link">API</a>
39+
</li>
40+
<li class="dropdown">
41+
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Examples <b class="caret"></b></a>
42+
<ul class="dropdown-menu">
43+
44+
<li>
45+
<a href="/VincentStimper/normalizing-flows/examples/augmented_flow/" class="dropdown-item">Augmented Normalizing Flow based on Real NVP</a>
46+
</li>
47+
48+
<li>
49+
<a href="/VincentStimper/normalizing-flows/examples/change_base_distribution/" class="dropdown-item">Changing the base distribution of a flow model</a>
50+
</li>
51+
52+
<li>
53+
<a href="/VincentStimper/normalizing-flows/examples/circular_nsf/" class="dropdown-item">Mixed Circular and Normal Neural Spline Flow</a>
54+
</li>
55+
56+
<li>
57+
<a href="/VincentStimper/normalizing-flows/examples/comparison_plan_rad_aff/" class="dropdown-item">Comparison of Planar, Radial, and Affine Coupling Flows</a>
58+
</li>
59+
60+
<li>
61+
<a href="/VincentStimper/normalizing-flows/examples/conditional_flow/" class="dropdown-item">Conditional Normalizing Flow Model</a>
62+
</li>
63+
64+
<li>
65+
<a href="/VincentStimper/normalizing-flows/examples/glow/" class="dropdown-item">Glow</a>
66+
</li>
67+
68+
<li>
69+
<a href="/VincentStimper/normalizing-flows/examples/image/" class="dropdown-item">Learn Distribution given by an Image using Real NVP</a>
70+
</li>
71+
72+
<li>
73+
<a href="/VincentStimper/normalizing-flows/examples/neural_spline_flow/" class="dropdown-item">Neural Spline Flow</a>
74+
</li>
75+
76+
<li>
77+
<a href="/VincentStimper/normalizing-flows/examples/paper_example_nsf/" class="dropdown-item">Neural Spline Flow on a Circular and a Normal Coordinate</a>
78+
</li>
79+
80+
<li>
81+
<a href="/VincentStimper/normalizing-flows/examples/planar/" class="dropdown-item">Planar flow</a>
82+
</li>
83+
84+
<li>
85+
<a href="/VincentStimper/normalizing-flows/examples/real_nvp/" class="dropdown-item">Real NVP</a>
86+
</li>
87+
88+
<li>
89+
<a href="/VincentStimper/normalizing-flows/examples/residual/" class="dropdown-item">Residual Flow</a>
90+
</li>
91+
92+
<li>
93+
<a href="/VincentStimper/normalizing-flows/examples/vae/" class="dropdown-item">Variational Autoencoder with Normalizing Flows</a>
94+
</li>
95+
</ul>
96+
</li>
97+
</ul>
98+
99+
<ul class="nav navbar-nav ml-auto">
100+
<li class="nav-item">
101+
<a href="#" class="nav-link" data-toggle="modal" data-target="#mkdocs_search_modal">
102+
<i class="fa fa-search"></i> Search
103+
</a>
104+
</li>
105+
</ul>
106+
</div>
107+
</div>
108+
</div>
109+
110+
<div class="container">
111+
<div class="row">
112+
113+
<div class="row-fluid">
114+
<div id="main-content" class="span12">
115+
<h1 id="404-page-not-found" style="text-align: center">404</h1>
116+
<p style="text-align: center"><strong>Page not found</strong></p>
117+
</div>
118+
</div>
119+
120+
121+
</div>
122+
</div>
123+
124+
<footer class="col-md-12">
125+
<hr>
126+
<p>Documentation built with <a href="https://www.mkdocs.org/">MkDocs</a>.</p>
127+
</footer>
128+
<script src="/VincentStimper/normalizing-flows/js/jquery-3.6.0.min.js"></script>
129+
<script src="/VincentStimper/normalizing-flows/js/bootstrap.min.js"></script>
130+
<script>
131+
var base_url = "/VincentStimper/normalizing-flows/",
132+
shortcuts = {"help": 191, "next": 78, "previous": 80, "search": 83};
133+
</script>
134+
<script src="/VincentStimper/normalizing-flows/js/base.js"></script>
135+
<script src="/VincentStimper/normalizing-flows/search/main.js"></script>
136+
137+
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="searchModalLabel" aria-hidden="true">
138+
<div class="modal-dialog modal-lg">
139+
<div class="modal-content">
140+
<div class="modal-header">
141+
<h4 class="modal-title" id="searchModalLabel">Search</h4>
142+
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
143+
</div>
144+
<div class="modal-body">
145+
<p>From here you can search these documents. Enter your search terms below.</p>
146+
<form>
147+
<div class="form-group">
148+
<input type="search" class="form-control" placeholder="Search..." id="mkdocs-search-query" title="Type search term here">
149+
</div>
150+
</form>
151+
<div id="mkdocs-search-results" data-no-results-text="No results found"></div>
152+
</div>
153+
<div class="modal-footer">
154+
</div>
155+
</div>
156+
</div>
157+
</div><div class="modal" id="mkdocs_keyboard_modal" tabindex="-1" role="dialog" aria-labelledby="keyboardModalLabel" aria-hidden="true">
158+
<div class="modal-dialog">
159+
<div class="modal-content">
160+
<div class="modal-header">
161+
<h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
162+
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
163+
</div>
164+
<div class="modal-body">
165+
<table class="table">
166+
<thead>
167+
<tr>
168+
<th style="width: 20%;">Keys</th>
169+
<th>Action</th>
170+
</tr>
171+
</thead>
172+
<tbody>
173+
<tr>
174+
<td class="help shortcut"><kbd>?</kbd></td>
175+
<td>Open this help</td>
176+
</tr>
177+
<tr>
178+
<td class="next shortcut"><kbd>n</kbd></td>
179+
<td>Next page</td>
180+
</tr>
181+
<tr>
182+
<td class="prev shortcut"><kbd>p</kbd></td>
183+
<td>Previous page</td>
184+
</tr>
185+
<tr>
186+
<td class="search shortcut"><kbd>s</kbd></td>
187+
<td>Search</td>
188+
</tr>
189+
</tbody>
190+
</table>
191+
</div>
192+
<div class="modal-footer">
193+
</div>
194+
</div>
195+
</div>
196+
</div>
197+
198+
</body>
199+
</html>

assets/_mkdocstrings.css

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
2+
/* Avoid breaking parameter names, etc. in table cells. */
3+
.doc-contents td code {
4+
word-break: normal !important;
5+
}
6+
7+
/* No line break before first paragraph of descriptions. */
8+
.doc-md-description,
9+
.doc-md-description>p:first-child {
10+
display: inline;
11+
}
12+
13+
/* Max width for docstring sections tables. */
14+
.doc .md-typeset__table,
15+
.doc .md-typeset__table table {
16+
display: table !important;
17+
width: 100%;
18+
}
19+
20+
.doc .md-typeset__table tr {
21+
display: table-row;
22+
}
23+
24+
/* Defaults in Spacy table style. */
25+
.doc-param-default {
26+
float: right;
27+
}
28+
29+
/* Keep headings consistent. */
30+
h1.doc-heading,
31+
h2.doc-heading,
32+
h3.doc-heading,
33+
h4.doc-heading,
34+
h5.doc-heading,
35+
h6.doc-heading {
36+
font-weight: 400;
37+
line-height: 1.5;
38+
color: inherit;
39+
text-transform: none;
40+
}
41+
42+
h1.doc-heading {
43+
font-size: 1.6rem;
44+
}
45+
46+
h2.doc-heading {
47+
font-size: 1.2rem;
48+
}
49+
50+
h3.doc-heading {
51+
font-size: 1.15rem;
52+
}
53+
54+
h4.doc-heading {
55+
font-size: 1.10rem;
56+
}
57+
58+
h5.doc-heading {
59+
font-size: 1.05rem;
60+
}
61+
62+
h6.doc-heading {
63+
font-size: 1rem;
64+
}

0 commit comments

Comments
 (0)