Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 417 for model1 (0.21 sec)

  1. docs/zh/docs/tutorial/extra-models.md

    jaystone776 <******@****.***> 1711934153 +0800
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 01 01:15:53 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/api/internal/artifacts/Module.java

    import org.gradle.api.artifacts.component.ProjectComponentIdentifier;
    
    import javax.annotation.Nullable;
    
    /**
     * <p>A {@code Module} represents the meta-information about a project which should be used when publishing the
     * module.</p>
     */
    public interface Module {
        String DEFAULT_STATUS = "integration";
    
        @Nullable
        ProjectComponentIdentifier getProjectId();
    
        String getGroup();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 16 01:39:01 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  3. okhttp/Module.md

    # Module okhttp
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Tue Apr 02 11:27:49 UTC 2019
    - 74 bytes
    - Viewed (0)
  4. okhttp-coroutines/Module.md

    # Module okhttp-coroutines
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Mar 06 15:31:31 UTC 2022
    - 55 bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/module.h

    #include "tensorflow/core/protobuf/saved_object_graph.pb.h"
    
    namespace tf {
    namespace libtf {
    namespace impl {
    
    // The main interface for taking a serialized saved model and getting back a
    // fully-built model.
    //
    // Implementation steps:
    //
    //   1) For each function def in the SavedModel, register it with the runtime.
    //   2) For each object in the object graph def, build it.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 02 20:02:30 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/test/resources/org/gradle/api/internal/artifacts/ivyservice/modulecache/ModuleMetadataSerializerTest/gradle/module-with-constraints.module

                "dependencyConstraints": [
                    { "module": "m3", "group": "g3", "version": { "prefers": "v3" }},
                    { "module": "m4", "version": { "requires": "v4", "strictly": "v4a", "rejects": ["v5"] }, "group": "g4"},
                    { "module": "m5", "version": { "prefers": "v5", "rejects": ["v6", "v7"] }, "group": "g5"},
                    { "module": "m6", "version": { "rejects": ["+"] }, "group": "g6"},
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  7. docs/ja/docs/tutorial/extra-models.md

    SwftAlpc <******@****.***> 1705332992 +0900
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 15 15:36:32 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  8. docs/ru/docs/tutorial/extra-models.md

    Alejandra <******@****.***> 1711071731 -0500
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  9. docs/pt/docs/tutorial/extra-models.md

    # Modelos Adicionais
    
    Continuando com o exemplo anterior, será comum ter mais de um modelo relacionado.
    
    Isso é especialmente o caso para modelos de usuários, porque:
    
    * O **modelo de entrada** precisa ser capaz de ter uma senha.
    * O **modelo de saída** não deve ter uma senha.
    * O **modelo de banco de dados** provavelmente precisaria ter uma senha criptografada.
    
    !!! danger
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  10. docs/fr/docs/project-generation.md

    ...viendra surement plus tard, suivant le temps que j'ai.  😅 🎉
    
    ## Modèles d'apprentissage automatique avec spaCy et FastAPI
    
    GitHub : <a href="https://github.com/microsoft/cookiecutter-spacy-fastapi" class="external-link" target="_blank">https://github.com/microsoft/cookiecutter-spacy-fastapi</a>
    
    ## Modèles d'apprentissage automatique avec spaCy et FastAPI - Fonctionnalités
    
    * Intégration d'un modèle NER **spaCy**.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Jul 02 14:18:06 UTC 2021
    - 6.7K bytes
    - Viewed (0)
Back to top