Skip to content

Commit ce41aac

Browse files
Neural-Link Teamtensorflow-copybara
Neural-Link Team
authored andcommitted
Fixes a mistake made in the previous change to tools/init.py.
In particular, the comment describing how to run the build_graph and pack_nbrs tools should not include ".py" in the module names. PiperOrigin-RevId: 274680087
1 parent 9b5600b commit ce41aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

neural_structured_learning/tools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from the command-line as follows:
55
66
```sh
7-
$ python -m neural_structured_learning.tools.build_graph.py ...
8-
$ python -m neural_structured_learning.tools.pack_nbrs.py ...
7+
$ python -m neural_structured_learning.tools.build_graph ...
8+
$ python -m neural_structured_learning.tools.pack_nbrs ...
99
```
1010
1111
For details on the command-line usage for these programs, see the

0 commit comments

Comments
 (0)