Class Cifar100
Dataset of 50,000 32x32 color training images, labeled over 100 categories, and 10,000 test images.
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Keras.Datasets
Assembly: Keras.dll
Syntax
public class Cifar100 : Base, IDisposable
Methods
| Improve this Doc View SourceLoadData(String)
Loads the data.
Declaration
public static ((NDarray, NDarray), (NDarray, NDarray))LoadData(string label_mode = "fine")
Parameters
Type | Name | Description |
---|---|---|
System.String | label_mode | The label mode. |
Returns
Type | Description |
---|---|
System.ValueTuple<System.ValueTuple<Numpy.NDarray, Numpy.NDarray>, System.ValueTuple<Numpy.NDarray, Numpy.NDarray>> |
Implements
System.IDisposable