Skip to content

Commit 643a7d9

Browse files
Neural-Link Teamtensorflow-copybara
authored andcommitted
Fixing the CARLS python notebook example by updating the build path to the right target.
PiperOrigin-RevId: 393886426
1 parent 484842a commit 643a7d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

research/carls/examples/notebooks/carls_mlp_cora.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
},
229229
"outputs": [],
230230
"source": [
231-
"!cd /content/nsl \u0026\u0026 bazel-3.1.0 build research/carls/examples:graph_keras_mlp_cora"
231+
"!cd /content/nsl \u0026\u0026 bazel-3.1.0 build research/carls/examples/graph_regularization:graph_keras_mlp_cora"
232232
]
233233
},
234234
{
@@ -239,7 +239,7 @@
239239
},
240240
"outputs": [],
241241
"source": [
242-
"%cd /content/nsl/bazel-bin/research/carls/examples/graph_keras_mlp_cora.runfiles/org_tensorflow_neural_structured_learning"
242+
"%cd /content/nsl/bazel-bin/research/carls/examples/graph_regularization/graph_keras_mlp_cora.runfiles/org_tensorflow_neural_structured_learning"
243243
]
244244
},
245245
{

0 commit comments

Comments
 (0)