https://github.com/atcold/sota-models
State Of The Art deep neural network models
https://github.com/atcold/sota-models
Last synced: about 1 year ago
JSON representation
State Of The Art deep neural network models
- Host: GitHub
- URL: https://github.com/atcold/sota-models
- Owner: Atcold
- Created: 2014-10-07T16:24:59.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-18T17:02:40.000Z (over 11 years ago)
- Last Synced: 2025-01-07T02:52:13.769Z (over 1 year ago)
- Language: Lua
- Size: 199 KB
- Stars: 5
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# State Of The Art (SOTA) models
Repository of SOTA deep neural network models for feed-forward speed profiling
## Running the code
```
th general-profiler.lua --net
th general-profiler.lua --net --cuda
```
The flags can be also shortened: `--net` -> `-n` and `--cuda` -> `-c`.
## Running notes on specific cores
8 cores, 4 slow and 4 fast, slow performance fix with `sudo taskset -c 4-7 th ...`