- 28 11月, 2022 2 次提交
-
-
由 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>
-
由 chenjian 提交于
-
- 21 6月, 2022 2 次提交
- 23 5月, 2021 1 次提交
-
-
由 走神的阿圆 提交于
-
- 23 3月, 2021 1 次提交
-
-
由 Feiyu Chan 提交于
* add add_figure for LogWriter * format code * update date Co-authored-by: ShenYuhan <yhan_shen@163.com>
-
- 04 2月, 2021 1 次提交
-
-
由 走神的阿圆 提交于
* update image_matrix demo
-
- 29 1月, 2021 2 次提交
-
-
由 走神的阿圆 提交于
* add docs for text * fix image * fix image * fix image * fix text demo * fix grammer errors of text doc * fix grammer errors of text doc * fix grammer errors of text doc * fix grammer errors of text doc Co-authored-by: NPeter Pan <littlepanzh@gmail.com>
-
由 走神的阿圆 提交于
-
- 28 12月, 2020 1 次提交
-
-
由 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
-
- 23 12月, 2020 1 次提交
-
-
由 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>
-
- 22 12月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 17 8月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 03 8月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 29 6月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
* Add pr curve.
-
- 23 6月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 11 6月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
* Add histogram, add hdfs.
-
- 09 5月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 07 5月, 2020 1 次提交
-
-
由 走神的阿圆 提交于
-
- 21 6月, 2019 1 次提交
-
-
由 linshuliang 提交于
Add usage manual for VisualDL, and modify four pictures in directory demo/component/usage_interface. (#549) The usage maunal will be helpful for beginners to make use of VisualDL. The components of ViusalDL are introduced in details, including definitions of functions, parameters explanations. Moreover, demos are given for each component. The former pictures of demo are lack of some details in the frontend webpage, I upload new pictures to make demo more intuitive.
-
- 06 6月, 2019 1 次提交
-
-
由 linshuliang 提交于
-
- 20 3月, 2019 1 次提交
-
-
由 wuzewu 提交于
add component usage demo
-
- 17 12月, 2018 1 次提交
-
-
由 wuzewu 提交于
-
- 05 9月, 2018 1 次提交
-
-
由 Nicky Chan 提交于
-
- 25 7月, 2018 1 次提交
-
-
由 Nicky Chan 提交于
* prepare for v1.1 release * upload missing onnx model
-
- 20 7月, 2018 1 次提交
-
-
由 Nicky Chan 提交于
-
- 19 7月, 2018 1 次提交
-
-
由 Nicky Chan 提交于
-
- 12 7月, 2018 1 次提交
-
-
由 Nicky Chan 提交于
-
- 06 7月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
-
- 01 5月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* Add the 'how to use embedding' tutorial * Add the chinese version of how to use embedding doc * update syntax * add punctuation * change visualdl to visualDL * Prove reading * prove reading
-
- 28 4月, 2018 2 次提交
-
-
由 Jeff Wang 提交于
* Add a new PyTorch example to show embedding. Update pybind document. * Change the function of embedding to take word dictionary.
-
由 Nicky Chan 提交于
-
- 26 4月, 2018 2 次提交
-
-
由 Nicky Chan 提交于
-
由 Nicky Chan 提交于
* Simplify Paddle demo by showing vgg only and add comments * update python format * fix format issue
-
- 11 4月, 2018 3 次提交
-
-
由 Jeff Wang 提交于
* Add license to the top of files * Add licenses agreement on the demo files
-
由 Nicky Chan 提交于
-
由 Jeff Wang 提交于
* Provide demo code how on to create text records. * Remove test code
-
- 06 4月, 2018 2 次提交
-
-
由 Nicky Chan 提交于
* Complete audio data integration: * Add num channels, sample width, sample rate as params * Generate audio file with proper params * clang format
-
由 Nicky Chan 提交于
-
- 23 3月, 2018 1 次提交
-
-
由 Jeff Wang 提交于
* Adjust the sync_cycle automatically. * Change the multiplier type to double. * Adjust the sync_period. * Fix comment. * Add the pre-commit * Run pre-commit with other files.
-