deeplearning4j/deeplearning4j

View on GitHub
omnihub/src/main/kotlin/org/eclipse/deeplearning4j/omnihub/dsl/ModelBuilder.kt

Summary

Maintainability
A
2 hrs
Test Coverage

Method Model has 7 arguments (exceeds 4 allowed). Consider refactoring.
Open

fun NamespaceModels.Model(name: String,
                          documentation: String,
                          url: String,
                          pretrained:Boolean = true,
                          framework: FrameworkNamespace,

    Method DL4JModel has 6 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    fun NamespaceModels.DL4JModel(name: String,
                                  documentation: String,
                                  url: String,
                                  pretrained:Boolean = true,
                                  modelType: ModelType,

      Method SameDiffModel has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      fun NamespaceModels.SameDiffModel(name: String,
                                        documentation: String,
                                        url: String,
                                        pretrained:Boolean = true,
                                        block: (Model.() -> Unit)? = null): Model {

        There are no issues that match your filters.

        Category
        Status