| Package | Description |
|---|---|
| org.nd4j.resources | |
| org.nd4j.resources.strumpf |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.List<Resolver> |
Resources.resolvers |
| Modifier and Type | Class and Description |
|---|---|
class |
StrumpfResolver
Resource resources based on Strumpf resource files, or standard files
https://github.com/deeplearning4j/strumpf Note that resource files (those with path ending with StrumpfResolver.REF) point to remote files, that will be downloaded,
decompressed and cached locally.The default cache location is StrumpfResolver.DEFAULT_CACHE_DIR; this can be overridden by setting the ND4JSystemProperties#RESOURCES_CACHE_DIR
system property.Two resolution methods are supported: 1. |
Copyright © 2019. All rights reserved.