1. 10 1月, 2023 1 次提交
    • C
      Add fastdeploy server and client component (#1169) · a418dd44
      chenjian 提交于
      * add backend support for fastdeploy server
      
      * fix
      
      * add code
      
      * fix
      
      * fix
      
      * add fastdeploy server component
      
      * add fastdeploy server and client
      
      * add exception description
      
      * fix
      
      * add model repository judgement
      
      * add component tab for fastdeploy client
      
      * update more tasks in fastdeploy client
      
      * sort filenames
      
      * backup config
      
      * noqa for autogenerated file
      
      * add data validation
      
      * add __init__ for package
      
      * add calculating layout for frontend
      
      * add alive server detection and optimize client
      
      * add alive server detection and optimize client
      
      * add alive server detection and optimize client
      
      * add metrics in gradio client
      
      * update presentation
      
      * Change return value to None for frontend performance data when server not ready
      
      * add get_server_config and download_pretrain_model api
      
      * add get_server_config and download_pretrain_model api
      
      * add unit for metric table
      
      * add unit for metric table
      
      * fix a bug
      
      * add judgement pretrained model download
      
      * add judgement pretrained model download
      
      * add version info for frontend
      
      * rename download model
      
      * fix a bug
      
      * add fastdeploy model list
      
      * optimize for choose configuration files
      
      * modify according to frontend need
      
      * fix name in config to model name
      
      * optimize for server list and alive judgement
      
      * keep server name as string type
      
      * optimize process judgement logic
      
      * optimize for deleting resource files
      
      * add rename resource file
      
      * fix
      
      * fix a bug
      
      * optimize code structure
      
      * optimize code structure
      
      * remove chinese tips and remove fastdeploy-python in requirements
      a418dd44
  2. 28 11月, 2022 1 次提交
    • C
      Add scalars component (#1081) · f7af2157
      chenjian 提交于
      * backend of add_scalars
      
      * fix function name bug of get_scalars_tags
      
      * @zh794390558 and @ShenYuhan commented 0508
      
      * fix a bug
      
      * adapt to frontend runs need
      
      * fix proto
      
      * fix a bug
      
      * add scalars test demo
      
      * fix
      
      * adapt scalars to scalar
      
      * remove unused code
      
      * fix demo code
      
      * fix proto version
      
      * fix proto version
      
      * upgrade protoc to v3.19.0
      
      * fix a bug in logreader
      Co-authored-by: N伽利略 <jialiasus2@163.com>
      Co-authored-by: Nwuzewu <wuzewu@baidu.com>
      f7af2157
  3. 18 11月, 2022 1 次提交
  4. 23 8月, 2022 1 次提交
  5. 28 6月, 2022 1 次提交
  6. 21 6月, 2022 1 次提交
  7. 11 10月, 2021 1 次提交
  8. 22 5月, 2021 1 次提交
  9. 26 1月, 2021 1 次提交
  10. 28 12月, 2020 2 次提交
    • 走神的阿圆's avatar
      add csv format of scalar (#893) · 34b4085b
      走神的阿圆 提交于
      34b4085b
    • P
      bump 2.1.0 (#891) · 19e5e52e
      Peter Pan 提交于
      * style: add python lint & pre-commit
      
      * style: use pre-commit to lint fe codes
      
      * fix: show raw shape of tensor in high-dimensional chart
      
      * feat: implement random sampling in high-dimensional chart
      
      * feat: add fog in scatter chart
      
      * feat: focus hovered point in high-dimensional chart
      
      * chore: hide unfulfilled features
      
      * chore: update dependencies
      
      * fix: fix lost import
      
      * style: fix style lint
      
      * chore: fix typo
      
      * bump 2.1.0
      19e5e52e
  11. 23 12月, 2020 2 次提交
    • P
      rewrite roc curve (#881) · ae2608f1
      Peter Pan 提交于
      * 增加 roc 曲线
      
      所有更改参照pr曲线更改,在公式计算的地方更改为了 roc 的计算公式
      
      * Update index.ts
      
      语法改正
      
      * Update reducers.ts
      
      修改语法错误
      
      * 生成record_pb2.py
      
      编译生成record_pb2.py
      修改 record.proto 序号问题
      
      * Update base_component.py
      
      更正参数
      
      * Update api.py
      
      修正语法错误
      
      * add data/roc-curve
      
      前端页面
      
      * add resource
      
      add resource
      
      * Update lib.py
      
      * docs: remove luckydraw
      
      * feat: download raw data
      
      * fix conflict
      
      * chore: rewrite pr-curve & roc-curve
      
      * fix: unexpected background color in dark mode
      Co-authored-by: Niceriver97 <1105107356@qq.com>
      ae2608f1
    • 走神的阿圆's avatar
      add download scalars (#879) · e7284deb
      走神的阿圆 提交于
      * add download scalars
      
      add content-type for scalar data
      
      * delete _register_reader
      Co-authored-by: Nwuzewu <wuzewu@baidu.com>
      e7284deb
  12. 17 12月, 2020 1 次提交
  13. 09 10月, 2020 1 次提交
  14. 23 7月, 2020 1 次提交
    • P
      minor bug fix (#724) · 6b060852
      Peter Pan 提交于
      * fix: step slider shrink in pr-curve page
      
      * chore: update dependencies
      
      * feat: add api token key to support vdl-service
      6b060852
  15. 16 7月, 2020 1 次提交
    • P
      Audio (#717) · d6b10994
      Peter Pan 提交于
      * rename pages to remove trailing 's'
      
      * feat: navbar support dropdown menu
      
      * feat: audio sample page
      
      * chore: update dependencies
      
      * style: fix lint
      
      * v2.0.0-beta.46
      
      * chore: fix import method
      
      * v2.0.0-beta.47
      
      * chore: remove unused code
      
      * v2.0.0-beta.48
      
      * fix: navbar submenu overflow when hover
      
      * v2.0.0-beta.49
      d6b10994
  16. 29 6月, 2020 1 次提交
  17. 19 6月, 2020 1 次提交
  18. 18 6月, 2020 1 次提交
  19. 12 6月, 2020 1 次提交
  20. 11 6月, 2020 2 次提交
  21. 05 6月, 2020 1 次提交
    • P
      feat: integrate netron (#651) · bedaa029
      Peter Pan 提交于
      * chore: update dependencies
      
      * feat: high-dimensional chart will fit screen size now
      
      * fix: scatter chart cannot be rendered properly
      
      * chore: separate api module
      
      * intergrate netron
      
      * intergrate netron
      
      * feat: graphs
      
      * style: fix lint
      
      * chore: update dependencies
      
      * fix: type error
      
      * chore: update dependencies
      
      * chore: update graph color
      bedaa029