An open API service indexing awesome lists of open source software.

https://github.com/andsonder/paperplots

用于绘制各种各样的论文图片
https://github.com/andsonder/paperplots

Last synced: about 1 month ago
JSON representation

用于绘制各种各样的论文图片

Awesome Lists containing this project

README

        

# PaperPlots

用于绘制各种各样的论文图片

## 配置环境

```
pip install -r requirments.txt
```

## 使用指南

- [x] 读取文件夹中的数据绘制折线图(tensorboard)

我们可以在Tensorboard中下载下来训练数据,将训练数据放到文件夹中
并重新命名好(不要有中文),修改脚本`script_draw_linw.py`中的配置后运行即可生成图像;

![](figures/img.jpg)

still updating.....