Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Commit a8adc6c

Browse files
rangwani-harshmatt-gardner
authored andcommitted
Fixes broken link and rephrasing visualizing_model_internals.md (#2162)
1 parent 140c3ec commit a8adc6c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tutorials/how_to/visualizing_model_internals.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ parts of our models need fixing.
1313

1414
## Pre-requisites
1515

16-
1. You need to have a text in / text out demo of your model already running using our simple
17-
server. See the [tutorial on creating a
18-
demo](../getting_started/making_predictions_and_creating_a_demo.md) for how to do this.
16+
1. You need to have a text-in-json-out demo of your model already running using our simple
17+
server. This demo server will act as a backend with which the react server will interact and produce results.
18+
See the [tutorial on creating a
19+
demo](../getting_started/predicting_paper_venues/predicting_paper_venues_pt2.md) for how to do this.
1920
2. We'll be using a React app to generate HTML and javascript for the fancier demo, so you need to
2021
have `npm` and `node.js` installed. There are plenty of guides for how to install these on the
2122
web, sometimes with one-line shell commands. On MacOS with homebrew, you can just run `brew

0 commit comments

Comments
 (0)