Deployed a7a14da with MkDocs version: 1.0.4

This commit is contained in:
William Falcon
2019-08-18 17:25:20 -05:00
parent 971d59efe8
commit 56cd3dd176
9 changed files with 34 additions and 28 deletions
+1
View File
@@ -631,6 +631,7 @@ Use this to debug a full run of your program quickly</p>
<hr />
<h4 id="make-model-overfit-on-subset-of-data">Make model overfit on subset of data</h4>
<p>A useful debugging trick is to make your model overfit a tiny fraction of the data.</p>
<p>setting <code>overfit_pct &gt; 0</code> will overwrite train_percent_check, val_percent_check, test_percent_check</p>
<table class="codehilitetable"><tr><td class="linenos"><div class="linenodiv"><pre>1
2
3