We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee716f commit b45f975Copy full SHA for b45f975
tf_helpers/stax.py
@@ -12,9 +12,9 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-"""Stax is a small but flexible neural net specification library from scratch.
+"""This is an adapted version of stax, based on TensorFlow, originated from
16
17
-For an example of its use, see examples/resnet50.py.
+- https://github.com/google/jax/blob/master/jax/experimental/stax.py
18
"""
19
20
import functools
0 commit comments