I want to devide my model in test and train but only for one person in LFW dataset, how can I select all of photos from one person?

前端 未结 0 892
终归单人心
终归单人心 2020-12-03 13:38
from sklearn.model_selection import train_test_split
from sklearn.datasets import fetch_lfw_people
lfw = fetch_lfw_people(min_faces_per_person=70, resize=0.4)

image         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题