Package org.eclipse.deeplearning4j.resources
-
Interface Summary Interface Description DownloadableResource A downloadable resource represents a resource that is downloadable and cached in a specified directory. -
Class Summary Class Description BaseResource CustomResource DataSetResource Dl4jZooResource DownloadResources Top level namespace for handling downloaded resources.OmniHubResource ResourceDataSets Top level class for leveraging pre curated datasets The pattern of usage for a default directory is: DataSetResource resource = ResourceDataSets.(..); For specifying a directory, for download it's: DataSetResource customDirResource = ResourceDataSets(yourCustomDirPath); A user can then specify a resource download with: resource.download(..); A user won't normally use this class directly.ResourceDirectory StrumpfResource -
Enum Summary Enum Description ResourceType