Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for irised (0.19 sec)

  1. RELEASE.md

        making RNNCells act more like Keras layers.
        *   If an RNNCell is used twice in two different variable scopes, an error
            is raised describing how to avoid this behavior.
        *   If an RNNCell is used in a variable scope with existing conflicting
            variables, an error is raised showing that the RNNCell must be
            constructed with argument `reuse=True`.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  2. .bazelrc

    build --define=grpc_no_ares=true
    
    # See https://github.com/bazelbuild/bazel/issues/7362 for information on what
    # --incompatible_remove_legacy_whole_archive flag does.
    # This flag is set to true in Bazel 1.0 and newer versions. We tried to migrate
    # Tensorflow to the default, however test coverage wasn't enough to catch the
    # errors.
    # There is ongoing work on Bazel team's side to provide support for transitive
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top