コード例 #1
0
 def get_validation_datset_lfw_job():
     with flow.scope.placement("cpu", "0:0"):
         issame, images = ofrecord_util.load_lfw_dataset(self.args)
         return issame, images
コード例 #2
0
def get_validation_datset_lfw_job():
    issame, images = ofrecord_util.load_lfw_dataset(args)
    return issame, images