https://github.com/andsonder/paperplots
用于绘制各种各样的论文图片
https://github.com/andsonder/paperplots
Last synced: about 1 month ago
JSON representation
用于绘制各种各样的论文图片
- Host: GitHub
- URL: https://github.com/andsonder/paperplots
- Owner: AndSonder
- Created: 2021-11-03T10:00:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-03T12:20:14.000Z (over 3 years ago)
- Last Synced: 2025-03-23T20:36:57.864Z (2 months ago)
- Language: Python
- Size: 316 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PaperPlots
用于绘制各种各样的论文图片
## 配置环境
```
pip install -r requirments.txt
```## 使用指南
- [x] 读取文件夹中的数据绘制折线图(tensorboard)
我们可以在Tensorboard中下载下来训练数据,将训练数据放到文件夹中
并重新命名好(不要有中文),修改脚本`script_draw_linw.py`中的配置后运行即可生成图像;
still updating.....