Skip to content

Commit b45f975

Browse files
author
DarrenZhang01
committed
Update the description of stax as pointed out in
google#59 (comment).
1 parent bee716f commit b45f975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tf_helpers/stax.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
"""Stax is a small but flexible neural net specification library from scratch.
15+
"""This is an adapted version of stax, based on TensorFlow, originated from
1616
17-
For an example of its use, see examples/resnet50.py.
17+
- https://github.com/google/jax/blob/master/jax/experimental/stax.py
1818
"""
1919

2020
import functools

0 commit comments

Comments
 (0)