Skip to content

Commit

Permalink
Update pack_nbrs command to use max_nbrs = 3 for the IMDB-based graph…
Browse files Browse the repository at this point in the history
…-NSL tutorial.

PiperOrigin-RevId: 266561784
  • Loading branch information
Neural-Link Team authored and tensorflow-copybara committed Aug 31, 2019
1 parent 94d2016 commit c382638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g3doc/tutorials/graph_keras_lstm_imdb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@
"outputs": [],
"source": [
"!python -m neural_structured_learning.tools.pack_nbrs \\\n",
"--max_nbrs=1 --add_undirected_edges=True \\\n",
"--max_nbrs=3 --add_undirected_edges=True \\\n",
"/tmp/imdb/train_data.tfr '' /tmp/imdb/graph_99.tsv \\\n",
"/tmp/imdb/nsl_train_data.tfr"
]
Expand Down

0 comments on commit c382638

Please sign in to comment.