https://github.com/4catalyzer/dl-papers
Third-party deep learning papers
https://github.com/4catalyzer/dl-papers
Last synced: 3 months ago
JSON representation
Third-party deep learning papers
- Host: GitHub
- URL: https://github.com/4catalyzer/dl-papers
- Owner: 4Catalyzer
- License: mit
- Created: 2017-04-19T21:08:55.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-26T02:58:57.000Z (over 4 years ago)
- Last Synced: 2025-01-05T17:13:27.562Z (5 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dl-papers
Third-party deep learning papers.
## Models
- [Wide ResNet](/dl_papers/wide_resnet)
## Guide
### Local installation
```
$ pip install -r requirements.txt
$ pip install -e .
```### Docker container
```
$ docker build -t dl-papers .
$ nvidia-docker run --rm -it dl-papers /bin/bash
```### Running models
See instructions with each model.