Class LFWResourceConstants
- java.lang.Object
-
- org.eclipse.deeplearning4j.resources.utils.LFWResourceConstants
-
public class LFWResourceConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringLFW_DATA_URLstatic StringLFW_FULL_DIRstatic StringLFW_LABEL_FILEstatic StringLFW_LABEL_URLstatic StringLFW_ROOT_URLstatic StringLFW_SUB_DIRstatic StringLFW_SUBSET_URL
-
Constructor Summary
Constructors Constructor Description LFWResourceConstants()
-
-
-
Field Detail
-
LFW_ROOT_URL
public static final String LFW_ROOT_URL
- See Also:
- Constant Field Values
-
LFW_DATA_URL
public static final String LFW_DATA_URL
- See Also:
- Constant Field Values
-
LFW_LABEL_URL
public static final String LFW_LABEL_URL
- See Also:
- Constant Field Values
-
LFW_SUBSET_URL
public static final String LFW_SUBSET_URL
- See Also:
- Constant Field Values
-
LFW_FULL_DIR
public static final String LFW_FULL_DIR
- See Also:
- Constant Field Values
-
LFW_SUB_DIR
public static final String LFW_SUB_DIR
- See Also:
- Constant Field Values
-
LFW_LABEL_FILE
public static final String LFW_LABEL_FILE
- See Also:
- Constant Field Values
-
-