koenverhagen commited on
Commit
37bf5fe
1 Parent(s): 9087412

Update createlookalike.py

Browse files
Files changed (1) hide show
  1. createlookalike.py +1 -1
createlookalike.py CHANGED
@@ -87,7 +87,7 @@ async def calculate_shop(shop: Shop, feat_extractor) -> None:
87
 
88
  design_json = {}
89
  if len(list_ids) > 0:
90
- for l in list_ids[:100]:
91
 
92
  try:
93
  img, x = load_image(shop_url, l)
 
87
 
88
  design_json = {}
89
  if len(list_ids) > 0:
90
+ for l in list_ids:
91
 
92
  try:
93
  img, x = load_image(shop_url, l)