https://github.com/vfdev-5/ignite-paper
Preprint paper to introduce PyTorch-Ignite library
https://github.com/vfdev-5/ignite-paper
Last synced: 3 months ago
JSON representation
Preprint paper to introduce PyTorch-Ignite library
- Host: GitHub
- URL: https://github.com/vfdev-5/ignite-paper
- Owner: vfdev-5
- Created: 2019-04-07T22:38:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T21:05:04.000Z (about 7 years ago)
- Last Synced: 2025-09-11T18:47:30.259Z (9 months ago)
- Language: TeX
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite paper source
## Install additional packages
### arxiv-style
```cd src && git clone https://github.com/kourgeorge/arxiv-style.git
cp arxiv-style/arxiv.sty .
```
### nicefrac
```
tlmgr install units
```
## How to build
```
cd src
pdflatex main && bibtex main && pdflatex main
```