Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for funzioni (0.21 sec)

  1. docs/es/docs/index.md

    * Proveer directamente 2 interfaces de documentación web interactivas.
    
    ---
    
    Hasta ahora, escasamente vimos lo básico pero ya tienes una idea de cómo funciona.
    
    Intenta cambiando la línea a:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...de:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...a:
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 19K bytes
    - Viewed (0)
  2. RELEASE.md

        *   Add `include_preprocessing` argument to `MobileNetV3` architectures to
            control the inclusion of `Rescaling` layer in the model.
        *   Add optional argument (`force`) to `make_(train|test|predict)_funtion`
            methods to skip the cached function and generate a new one. This is
            useful to regenerate in a single call the compiled training function
            when any `.trainable` attribute of any model's layer has changed.
    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