Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ch4osmy7h/fastresearch
an uwp app for paper management
https://github.com/ch4osmy7h/fastresearch
Last synced: about 24 hours ago
JSON representation
an uwp app for paper management
- Host: GitHub
- URL: https://github.com/ch4osmy7h/fastresearch
- Owner: Ch4osMy7h
- Created: 2019-03-13T10:54:16.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T10:59:19.000Z (over 5 years ago)
- Last Synced: 2024-06-28T08:26:35.646Z (7 months ago)
- Language: C#
- Homepage:
- Size: 27.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tools
## Launch:
- 自动唤出终端
- 一个界面显示文档
- 一个界面用来实现命令行参数的自动生成
```
python train.py -batch_size=50 -lr=0.3 -weight_decay=0.2
```
如上,可以通过对于以下表单的填写 通过点击生成Button直接在命令复制到粘贴板中
```
语言: python cpp
参数以及对应的值: 通过一个new按钮打开一个新窗口 窗口包含参数、值两个
```
# Papers:
## Paper
- 一个界面显示论文对应的pdf (较大布局, 居中)
- 一个界面用来记录对应的笔记 (位于右边)
## Code