You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
如题,如果我有多个任务:A、B、C、D那是不是需要创建多个类似A_cls这样的装饰器函数,如下所示:
@preprocessing_fn
def A_cls(params, mode):
# get data
# your work
return input_list, target_list
能否根据具体任务动态的创建数据处理函数呢