Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Softmax (0.24 sec)

  1. CONTRIBUTING.md

        For example, to run all tests under tensorflow/python, do:
    
        ```bash
        bazel test ${flags} //tensorflow/python/...
        ```
    
        For a single component e.g. softmax op:
    
        ```bash
        bazel test ${flags} tensorflow/python/kernel_tests/nn_ops:softmax_op_test
        ```
    
        For a single/parameterized test e.g. `test_capture_variables` in
        `tensorflow/python/saved_model/load_test.py`:
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Mar 21 11:45:51 GMT 2024
    - 15.6K bytes
    - Viewed (0)
  2. RELEASE.md

    the tensorflow::ops namespace to tensorflow. * Change arg order for
    `{softmax,sparse_softmax,sigmoid}_cross_entropy_with_logits` to be (labels,
    predictions), and force use of named args. * tf.nn.rnn_cell.* and most functions
    in tf.nn.rnn.* (with the exception of dynamic_rnn and raw_rnn) are temporarily
    in tf.contrib.rnn. They will be moved back into core for TF 1.2. *
    `tf.nn.sampled_softmax_loss` and `tf.nn.nce_loss` have both changed their API
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top