Skip to content

Commit

Permalink
Fixes a mistake made in the previous change to tools/init.py.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Neural-Link Team authored and tensorflow-copybara committed Oct 14, 2019
1 parent 9b5600b commit ce41aac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neural_structured_learning/tools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from the command-line as follows:
```sh
$ python -m neural_structured_learning.tools.build_graph.py ...
$ python -m neural_structured_learning.tools.pack_nbrs.py ...
$ python -m neural_structured_learning.tools.build_graph ...
$ python -m neural_structured_learning.tools.pack_nbrs ...
```
For details on the command-line usage for these programs, see the
Expand Down

0 comments on commit ce41aac

Please sign in to comment.