Package | Description |
---|---|
org.deeplearning4j.exception | |
org.deeplearning4j.ui | |
org.deeplearning4j.ui.api |
Modifier and Type | Class and Description |
---|---|
class |
DL4JInvalidConfigException
Exception signifying that the specified configuration is invalid
|
class |
DL4JInvalidInputException
DL4J Exception thrown when invalid input is provided (wrong rank, wrong size, etc)
|
Modifier and Type | Method and Description |
---|---|
static VertxUIServer |
VertxUIServer.getInstance(Integer port,
boolean multiSession,
Function<String,StatsStorage> statsStorageProvider)
Get (and, initialize if necessary) the UI server.
|
static VertxUIServer |
VertxUIServer.getInstance(Integer port,
boolean multiSession,
Function<String,StatsStorage> statsStorageProvider,
io.vertx.core.Promise<String> startCallback)
Get (and, initialize if necessary) the UI server.
|
Modifier and Type | Method and Description |
---|---|
static UIServer |
UIServer.getInstance()
Get (and, initialize if necessary) the UI server.
|
static UIServer |
UIServer.getInstance(boolean multiSession,
Function<String,StatsStorage> statsStorageProvider)
Get (and, initialize if necessary) the UI server.
|
Copyright © 2020. All rights reserved.