chenjian

Results 18 issues of chenjian

1. 加入scalars组件,支持一个tag在一个数据流里有多条子曲线。 更新自原PR: https://github.com/PaddlePaddle/VisualDL/pull/955

当前的代码,在判断文件是否在BOS上存在时,通过get_object_meta_data是否报异常来判定是否存在该文件。 但是报异常存在两种情况,一种是文件不存在,导致调用该函数报异常,另一种sts token失效导致的报异常。 当sts失效导致报异常的时候,文件存在的情况下也会判定为不存在,从而通过重写该文件来进行创建文件的操作,这样会导致之前已有的内容被覆盖,现在修复了这一错误。

### PR types(PR类型) Other ### Describe - Support download pre-trained models for fastdeploy using one interface, i.e. fastdeploy.hub.download_model - Support record users' downloading action for statistics. - Support configuration for...

### PR types(PR类型) Other ### Describe - Update example codes using download_model api to download models automatically. There are two cases: (1) Paddle format. What downloaded is a directory. (2)...

### PR types(PR类型) Doc ### Description 1. 加入对访问FastDeploy server 的client工具的原理和实操描述。

Paddle框架在2.5.0之后逐渐移除了paddle.fluid接口。PaddleHub也把能够移除或者替换的fluid接口都进行了相应的移除和替换,并且将移除fluid后的代码从Develop分支checkout了新的release/v2.4分支,发布v2.4.0版本。对于v1版本的使用静态图以及paddle.fluid有关接口的模块不再维护,如果需要跑,可以切换到paddlehub v2.2 , paddle 2.2之前更早的版本跑这些v1版本的模块。 版本关系如下: paddlehub = 2.5 现阶段有效版本可按如下方式安装(以anaconda作为环境管理工具为例): ```bash conda create -n py38 python==3.8 conda activate py38 python -m pip install paddlepaddle-gpu==2.5.1 -i https://pypi.tuna.tsinghua.edu.cn/simple pip install paddlehub==2.4.0 ```

Fix bug in export_graph when attr value not jsonable

### PR types(PR类型) LLM ### Description 1. Add inference load balance controller for fastdeploy llm