Teng Zhiyong

Results 3 issues of Teng Zhiyong

请问albert_chinese_large 只有64M,为什么还显存溢出呢。用bert,同样的batch_size 并没有问题啊?

### code ```python tool_ = load_tools(["serpapi"], serpapi_api_key=serpapi_api_key) agent = initialize_agent(tool_, llm, agent="zero-shot-react-description", verbose=True, return_intermediate_steps=True) response = agent({"input":"45*456=?"}) ``` ### log > Entering new AgentExecutor chain... I need to calculate this...

不使用回测模块,如何基于预测得到的pred score和strategy得到未来一个交易日的调仓信息呢

question