소스 검색

初始化

罗俊辉 1 년 전
부모
커밋
e8db513078
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      applications/functions.py

+ 1 - 1
applications/functions.py

@@ -55,6 +55,6 @@ class ParamProcess(object):
         """
         version, features = await self.process_label(params)
         print(version, features)
-        return await self.process_score(version, features)
+        # return await self.predict_score(version, features)