Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unmute (0.16 sec)

  1. RELEASE.md

        will now build a 5-layer LSTM stack where each layer shares the **same**
        parameters. To get 5 layers each with their own parameters, write:
        `MultiRNNCell([LSTMCell(...) for _ in range(5)])`. If at all unsure, first
        test your code with TF 1.1; ensure it raises no errors, and then upgrade to
        TF 1.2.
    *   RNNCells' variable names have been renamed for consistency with Keras
    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)
Back to top