AndersonZhangyq
AndersonZhangyq
When installing using pip with python 3.7, the following error occurs: ``` ERROR: Package 'dataclasses' requires a different Python: 3.7.9 not in '>=3.6,
constantly raise error for "illegal base64 data at input byte 5096" full log ``` 22.05.16 12:56:31.076 nuctl (I) Deploying function {"name": ""} 22.05.16 12:56:31.076 nuctl (I) Building {"versionInfo": "Label: 1.5.16,...
现有的场外记账单需要提供买入的金额和卖出的份额,但其实不少APP(例如支付宝和天天基金)是会显示具体的买入或赎回份额,记账时可以同时记录金额和份额,也免去了手续费的计算,不用特殊处理分红、份额折算等特殊场景。 对list和matrix两种记账模式,一种可能的记账方式是在原有基础上增加一些数据 举个例子,在2021-07-07买入A基金100元,买入份额为20: 对于matrix模式,可以用逗号做一个分割,当次购买可以记录为`100.00,20.00`; 对于list模式,多增加一个share列即可 虽然这种记账方式对现有代码有不小倾入性,但感觉能解决不少可能的case
I used the provided pretrained model, but got AUC=80.1310% on ped2, which is much lower than the AUC reported in the paper(`Ours w DPU: 96.9`) I moved the pretrained model...