6using System.Collections.Generic;
9using System.Threading.Tasks;
Defines the arguments sent to the OnProgress and OnError events.
ProgressInfo Progress
Returns the progress information.
ProgressArgs(ProgressInfo pi)
The constructor.
The ProgressInfo is used when reporting the overall progress of creating a dataset.
The MyCaffe.data namespace contains dataset creators used to create common testing datasets such as M...