Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import java.util.List;
/**
* @Description: TODO
* DatasetIteratorFromHdfs implements the methods in the DataSetIterator interface,this class mainly provides iteration of the data set.
* @author wangfeng
*/
public class DatasetIteratorFromHdfs implements DataSetIterator {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import org.slf4j.LoggerFactory;

/**
* @Description:TODO
* In distributed training, there is a synchronization problem in the monitoring training process log.In order to solve this problem, this SparkScoreIterationListener extends BaseTrainingListener class.
* @author wangfeng
*/

Expand Down