foamliu / Age-and-Gender

同时识别年龄与性别
78 stars 24 forks source link

Sample larger than population or is negative #11

Open 333225 opened 1 year ago

333225 commented 1 year ago

File "demo.py", line 21, in samples = random.sample(samples, 10) File "/root/miniconda3/lib/python3.8/random.py", line 363, in sample raise ValueError("Sample larger than population or is negative") ValueError: Sample larger than population or is negative