Skip to content

Commit

Permalink
Deployed eeead1a with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
janluxemburk committed Dec 20, 2023
1 parent 161b52d commit ac9034a
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dataloaders/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ <h1 id="using-dataloaders">Using dataloaders</h1>
<span class="n">labels</span> <span class="o">=</span> <span class="n">np</span><span class="o">.</span><span class="n">concatenate</span><span class="p">(</span><span class="n">labels</span><span class="p">)</span>
<span class="k">return</span> <span class="n">data_ppi</span><span class="p">,</span> <span class="n">data_flowstats</span><span class="p">,</span> <span class="n">labels</span>
</code></pre></div>
<p>When a dataloader is iterated, the returned data are in the format <code>tuple(batch_ppi, batch_flowstats, batch_labels)</code>. The batch size <em>B</em> is configured with <code>batch_size</code> and <code>test_batch_size</code> config options.
<p>When a dataloader is iterated, the returned data are in the format <code>tuple(batch_ppi, batch_flowstats, batch_labels)</code>. The batch size <em>B</em> is configured with <code>batch_size</code> and <code>test_batch_size</code> config options.
The shapes are:</p>
<ul>
<li>batch_ppi - <code>(B, [3, 4], 30)</code> - the middle dimension is either 4 when TCP push flags are used (<code>use_push_flags</code>) or 3 otherwise.</li>
Expand Down
2 changes: 1 addition & 1 deletion dataset_metadata/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ <h2 id="metadata">Metadata</h2>
<td><em>Application count</em></td>
<td>191</td>
<td>102</td>
<td>182</td>
<td>180</td>
</tr>
<tr>
<td><em>Background traffic</em></td>
Expand Down
2 changes: 1 addition & 1 deletion datasets_overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ <h2 id="cesnet-tls-year22">CESNET-TLS-Year22</h2>
<li>Collected in 2022</li>
<li>Spans one year</li>
<li>Contains 507 million samples</li>
<li>Has 182 application classes</li>
<li>Has 180 application classes</li>
</ul>
</div>
<p>This dataset is similar to CESNET-TLS22; however, it spans the <em>entire year 2022</em>. It will be published in the near future.</p>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ <h1 id="cesnet-datazoo">CESNET DataZoo</h1>
</ul>
</li>
<li>Built on suitable data structures for experiments with large datasets. There are several caching mechanisms to make repeated runs faster, for example, when searching for the best model configuration.</li>
<li>Datasets are offered in multiple sizes to give users an option to start the experiments at a smaller scale (also faster dataset download, disk space, etc.). The default is the <code>S</code> size containing 25 million samples. </li>
<li>Datasets are offered in multiple sizes to give users an option to start experiments at a smaller scale (also faster dataset download, disk space, etc.). The default is the <code>S</code> size containing 25 million samples. </li>
</ul>


Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit ac9034a

Please sign in to comment.