Skip to content

Commit

Permalink
deploy: 094ba04
Browse files Browse the repository at this point in the history
  • Loading branch information
jeipollack committed Nov 10, 2023
1 parent cc8a541 commit e5feac8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Binary file modified .doctrees/configuration.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions _sources/configuration.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ metrics:
# Specify path to Parent Directory of Trained Model
trained_model_path: </path/to/parent/directory/of/trained/model>

# Path to Trained Model Config file inside /trained_model_path/ parent directory
trained_model_config: </path/to/trained/model/config/file>
# Name of the Trained Model Config file stored in config sub-directory in the trained_model_path parent directory
trained_model_config: <enter name of trained model config file>

#Evaluate the monchromatic RMSE metric.
eval_mono_metric_rmse: True
Expand Down
4 changes: 2 additions & 2 deletions configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ <h1>Configuration<a class="headerlink" href="#configuration" title="Link to this
<span class="c1"># Specify path to Parent Directory of Trained Model </span>
<span class="n">trained_model_path</span><span class="p">:</span> <span class="o">&lt;/</span><span class="n">path</span><span class="o">/</span><span class="n">to</span><span class="o">/</span><span class="n">parent</span><span class="o">/</span><span class="n">directory</span><span class="o">/</span><span class="n">of</span><span class="o">/</span><span class="n">trained</span><span class="o">/</span><span class="n">model</span><span class="o">&gt;</span>

<span class="c1"># Path to Trained Model Config file inside /trained_model_path/ parent directory</span>
<span class="n">trained_model_config</span><span class="p">:</span> <span class="o">&lt;/</span><span class="n">path</span><span class="o">/</span><span class="n">to</span><span class="o">/</span><span class="n">trained</span><span class="o">/</span><span class="n">model</span><span class="o">/</span><span class="n">config</span><span class="o">/</span><span class="n">file</span><span class="o">&gt;</span>
<span class="c1"># Name of the Trained Model Config file stored in config sub-directory in the trained_model_path parent directory</span>
<span class="n">trained_model_config</span><span class="p">:</span> <span class="o">&lt;</span><span class="n">enter</span> <span class="n">name</span> <span class="n">of</span> <span class="n">trained</span> <span class="n">model</span> <span class="n">config</span> <span class="n">file</span><span class="o">&gt;</span>

<span class="c1">#Evaluate the monchromatic RMSE metric.</span>
<span class="n">eval_mono_metric_rmse</span><span class="p">:</span> <span class="kc">True</span>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit e5feac8

Please sign in to comment.