|
|
@ -250,7 +250,8 @@ class Fleet(object):
|
|
|
|
Args:
|
|
|
|
Args:
|
|
|
|
filelist(list): list of filename, can be local or hdfs/afs.
|
|
|
|
filelist(list): list of filename, can be local or hdfs/afs.
|
|
|
|
|
|
|
|
|
|
|
|
Returns: list of filename which belongs to this trainer.
|
|
|
|
Returns:
|
|
|
|
|
|
|
|
list of filename which belongs to this trainer.
|
|
|
|
"""
|
|
|
|
"""
|
|
|
|
file_num = len(filelist)
|
|
|
|
file_num = len(filelist)
|
|
|
|
trainer_id = self.get_worker_index()
|
|
|
|
trainer_id = self.get_worker_index()
|
|
|
|