@@ -42,7 +42,7 @@ class BaseConfig(object):
# category id mapping
CATEGORY = {
'recommend': [55], # 推荐
- 'other': [1, 2, 3] # 其他类别
+ 'other': [] # 其他类别
}
# 前k个从ROV召回池中获取视频
K = 3